summaryrefslogtreecommitdiff
path: root/pcr/systemd-dummy/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/systemd-dummy/PKGBUILD')
-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() {
- :
-}