summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Schumacher2021-09-05 15:57:06 +0200
committerLeon Schumacher2021-09-05 15:58:28 +0200
commit6f578b121743d5e5a2ac2abb0942eeaee1755698 (patch)
tree19ea4369dd36a6ba6addc450e4eb10a9317ece33
parent1b9a12f73248eae4820b0594fd7b300c79aa7352 (diff)
downloadaur-6f578b121743d5e5a2ac2abb0942eeaee1755698.tar.gz
Provide & conflict with systemd-sysvcompat
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--runit-conversion-4-files.tar.xz (renamed from runit-conversion-4-1-files.tar.xz)bin1896 -> 1896 bytes
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9254fcc082c4..b08e1443fa11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = runit-conversion
pkgdesc = Convert your system to use runit instead of systemd
pkgver = 4
- pkgrel = 1
+ pkgrel = 2
url = https://smarden.org/runit
arch = any
license = GPL
@@ -11,7 +11,9 @@ pkgbase = runit-conversion
depends = systemd-libs-fake
depends = eudev
optdepends = runit-services: many service definitions
- source = runit-conversion-4-1-files.tar.xz
+ provides = systemd-sysvcompat
+ conflicts = systemd-sysvcompat
+ source = runit-conversion-4-files.tar.xz
sha256sums = 20417409cb256b3c61ed582c717d94df703b6fc54378709b50dad665478259a3
pkgname = runit-conversion
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() {
diff --git a/runit-conversion-4-1-files.tar.xz b/runit-conversion-4-files.tar.xz
index fdf9b4c062ea..fdf9b4c062ea 100644
--- a/runit-conversion-4-1-files.tar.xz
+++ b/runit-conversion-4-files.tar.xz
Binary files differ