From 29a9e59bb80c51d6c4f1756aefd94bd2a6a333d1 Mon Sep 17 00:00:00 2001 From: joborun Date: Sat, 9 Dec 2023 02:05:55 +0200 Subject: [PATCH] correct source --- runit-service-scripts/PKGBUILD | 18 +++++++++--------- runit-service-scripts/note | 6 ++++++ 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 runit-service-scripts/note diff --git a/runit-service-scripts/PKGBUILD b/runit-service-scripts/PKGBUILD index 840b6a1..2d25c3c 100644 --- a/runit-service-scripts/PKGBUILD +++ b/runit-service-scripts/PKGBUILD @@ -6,15 +6,14 @@ #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=runit-service-scripts -pkgver=20231208 -pkgrel=01 -pkgdesc="A collection of services for runit - similar to Artix Linux" +pkgver=20231208 +pkgrel=01 +pkgdesc="A collection of services for runit" groups=(base) -backup=("etc/runit/sv/" "etc/runit/runsvdir/default/") -makedepends=(bash) -url="https://osdn.net/projects/joborun/storage" -#source=($url/tarballs/runit-sv4.tar.xz) -source=(runit-sv5.tar.xz +backup=("etc/runit/sv/" "etc/runit/runsvdir/default/") +makedepends=(bash) +url="https://git.disroot.org/joborun-pkg/repos/raw/branch/main" +source=($url/runit-sv5.tar.xz rss.install) install=rss.install @@ -37,4 +36,5 @@ license=(GPL) sha256sums=(52e8d824791e61241786a4ef2c0c635d1e912bdf914e488cd54440bf90f1b7bc # runit-sv5.tar.xz 0a694ad6441cf83ea14d52a5eca1ace303e4870336a45a1ebce19a2c17689796) # rss.install -## 2d5793debd21bd58f4c04148bb1e4b12e4625fb347bac46703abcf3e50883c09 runit-service-scripts-20231208-01-x86_64.pkg.tar.lz + +## 04fcf26845ac46de8bd1e97e6efbb7187eea8778325f6b2bfa1c5b656b678542 runit-service-scripts-20231208-01-x86_64.pkg.tar.lz diff --git a/runit-service-scripts/note b/runit-service-scripts/note new file mode 100644 index 0000000..f2fc4c8 --- /dev/null +++ b/runit-service-scripts/note @@ -0,0 +1,6 @@ +Since osdn died we moved the source to git.disroot.org repository +The true source of those service scripts are not really known, they have floated around +distributions that used runit, void developed them more, artix adopted them from void, +and we have made our best attempt to refine them as well. The beauty of open free software. +Thanks to the users and sysadmins who have also contributed to this library resource. +