diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-04 14:10:12 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-04 14:10:12 -0400 |
commit | 949229dadcbd5ba45c5671ceaa64a5fdeb10691e (patch) | |
tree | 64bb1df5937206e4e25c253e31eefb44bea5cfc7 /pcr/systemd-dummy | |
parent | 5549a083d29ac83c7499e9e93400c5b406219b54 (diff) | |
download | abslibre-949229dadcbd5ba45c5671ceaa64a5fdeb10691e.tar.gz abslibre-949229dadcbd5ba45c5671ceaa64a5fdeb10691e.tar.bz2 abslibre-949229dadcbd5ba45c5671ceaa64a5fdeb10691e.zip |
pcr/systemd-dummy: Bump epoch
Diffstat (limited to 'pcr/systemd-dummy')
-rw-r--r-- | pcr/systemd-dummy/PKGBUILD | 7 |
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() { - : -} |