summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0419d1dccac..355a765d8b15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
# vim: ft=sh:
pkgname=runit-conversion
pkgver=4
-pkgrel=1
+pkgrel=2
pkgdesc="Convert your system to use runit instead of systemd"
arch=('any')
url="https://smarden.org/runit"
license=('GPL')
depends=('base-init-agnostic' 'kisslinux-init' 'runit' 'systemd-libs-fake' 'eudev')
optdepends=('runit-services: many service definitions')
-source=("$pkgname-$pkgver-$pkgrel-files.tar.xz")
+provides=('systemd-sysvcompat')
+conflicts=('systemd-sysvcompat')
+source=("$pkgname-$pkgver-files.tar.xz")
sha256sums=('20417409cb256b3c61ed582c717d94df703b6fc54378709b50dad665478259a3')
package() {