summaryrefslogtreecommitdiff
path: root/pcr/systemd-dummy
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-04 14:10:12 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-04 14:10:12 -0400
commit949229dadcbd5ba45c5671ceaa64a5fdeb10691e (patch)
tree64bb1df5937206e4e25c253e31eefb44bea5cfc7 /pcr/systemd-dummy
parent5549a083d29ac83c7499e9e93400c5b406219b54 (diff)
pcr/systemd-dummy: Bump epoch
Diffstat (limited to 'pcr/systemd-dummy')
-rw-r--r--pcr/systemd-dummy/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/pcr/systemd-dummy/PKGBUILD b/pcr/systemd-dummy/PKGBUILD
index 51c119db9..bc3fa3fe0 100644
--- a/pcr/systemd-dummy/PKGBUILD
+++ b/pcr/systemd-dummy/PKGBUILD
@@ -16,16 +16,15 @@
# includes that file.
# - Does not do anything with libsystemd. We have more finely split
# packages than Arch ( (not)systemd-libsystemd / libsystemd.so).
+# - Sets epoch=1 to allow upgrading from Artix systemd-dummy, which
+# sets pkgver=$systemd_version
pkgname=systemd-dummy
pkgdesc="An empty package that provides 'systemd' to satisfy packages that erronously depend on it"
url='https://parabola.nu/'
provides=('systemd')
license=('custom:Public Domain')
+epoch=1
pkgver=1
pkgrel=1
arch=(any)
-
-package() {
- :
-}