summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Schumacher2021-12-14 21:44:11 +0100
committerLeon Schumacher2021-12-14 21:44:11 +0100
commit3489a7c091378128f5b68aa6bb1d501307b70aa6 (patch)
tree45e1a278163571f3148e5e28025763fa29e04b41
parent1b75f24b92d4edb339406fec9399b657214d868f (diff)
downloadaur-3489a7c091378128f5b68aa6bb1d501307b70aa6.tar.gz
Update to version 9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fd0b9e0abee..a5337aa5e515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = runit-conversion
pkgdesc = Convert your system to use runit instead of systemd
- pkgver = 8.1
+ pkgver = 9
pkgrel = 1
url = https://github.com/42LoCo42/runit-conversion
arch = any
@@ -10,7 +10,7 @@ pkgbase = runit-conversion
optdepends = runit-services: many service definitions
provides = systemd-sysvcompat
conflicts = systemd-sysvcompat
- source = runit-conversion-8.1.tar.gz::https://github.com/42LoCo42/runit-conversion/archive/refs/tags/v8.1.tar.gz
- sha256sums = 18cc81cd3e0c8283f4044731990373b0f800881c9160a50951c58301996a3d06
+ source = runit-conversion-9.tar.gz::https://github.com/42LoCo42/runit-conversion/archive/refs/tags/v9.tar.gz
+ sha256sums = d112763dad55c1d1284593d1727c383d41f4e122264a325421702437f35cccdd
pkgname = runit-conversion
diff --git a/PKGBUILD b/PKGBUILD
index e9d05f45f53e..6c93525892cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leon Schumacher <leonsch@protonmail.com>
# vim: ft=sh:
pkgname=runit-conversion
-pkgver=8.1
+pkgver=9
pkgrel=1
pkgdesc="Convert your system to use runit instead of systemd"
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('runit-services: many service definitions')
conflicts=('systemd-sysvcompat')
provides=('systemd-sysvcompat')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('18cc81cd3e0c8283f4044731990373b0f800881c9160a50951c58301996a3d06')
+sha256sums=('d112763dad55c1d1284593d1727c383d41f4e122264a325421702437f35cccdd')
package() {
cd "$pkgname-$pkgver"