summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Schumacher2021-11-09 12:05:51 +0100
committerLeon Schumacher2021-11-09 12:05:51 +0100
commit1b75f24b92d4edb339406fec9399b657214d868f (patch)
tree4c779affa5715a733bc9950a95f60739d905b65f
parent687d91261170b683f6236cd6880858422e6a7be8 (diff)
downloadaur-1b75f24b92d4edb339406fec9399b657214d868f.tar.gz
Update to version 8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf1344daf3e6..0fd0b9e0abee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = runit-conversion
pkgdesc = Convert your system to use runit instead of systemd
- pkgver = 8
+ pkgver = 8.1
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.tar.gz::https://github.com/42LoCo42/runit-conversion/archive/refs/tags/v7.tar.gz
- sha256sums = 67b0028399f340a60462bbda7192c1007d50973e0d56b0e7f48a4195175811b1
+ source = runit-conversion-8.1.tar.gz::https://github.com/42LoCo42/runit-conversion/archive/refs/tags/v8.1.tar.gz
+ sha256sums = 18cc81cd3e0c8283f4044731990373b0f800881c9160a50951c58301996a3d06
pkgname = runit-conversion
diff --git a/PKGBUILD b/PKGBUILD
index 171c60ca5fcd..e9d05f45f53e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leon Schumacher <leonsch@protonmail.com>
# vim: ft=sh:
pkgname=runit-conversion
-pkgver=8
+pkgver=8.1
pkgrel=1
pkgdesc="Convert your system to use runit instead of systemd"
arch=('any')
@@ -11,8 +11,8 @@ depends=('kisslinux-init' 'runit')
optdepends=('runit-services: many service definitions')
conflicts=('systemd-sysvcompat')
provides=('systemd-sysvcompat')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v8.tar.gz")
-sha256sums=('92449e629751a8a9f1828b4c1c3676531f88bb16f8310bcb5b2b147e4defe83a')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('18cc81cd3e0c8283f4044731990373b0f800881c9160a50951c58301996a3d06')
package() {
cd "$pkgname-$pkgver"