diff options
Diffstat (limited to 'abs/core/poweroff-scripts/PKGBUILD')
-rw-r--r-- | abs/core/poweroff-scripts/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/poweroff-scripts/PKGBUILD b/abs/core/poweroff-scripts/PKGBUILD index ff32494..e5cab49 100644 --- a/abs/core/poweroff-scripts/PKGBUILD +++ b/abs/core/poweroff-scripts/PKGBUILD @@ -1,9 +1,9 @@ pkgname=poweroff-scripts pkgver=1.1 -pkgrel=4 +pkgrel=5 pkgdesc="replacement scripts to work with sysvinit and runit" license=('GPL') -depends=('sysvinit>=2.88' 'runit>=2.1.1-6') +depends=('systemd-sysvcompat' 'runit>=2.1.1-6') makedepends=() conflicts=() replaces=() @@ -21,7 +21,7 @@ package() { } -md5sums=('68ac5d7d5784e9559c9752d94a4943d5' - '3e042113f8715bc5bfd365d2486d0108' - '3ec5f3013dcbd60b6b957d17ba220585' - '1dccfcd2283d4ed193511535b0b220fc') +md5sums=('a3538350e5c8e65a1418d9f1b5ff83c1' + 'c9cbd22b341cf9e566eeedba7e51ecd2' + '58c374b2cacabac6728bb09c24e512a5' + 'c151f7a35acc0db524c290be7594f09e') |