summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Menelkir2021-06-03 20:13:19 -0300
committerDaniel Menelkir2021-06-03 20:13:19 -0300
commit6075bfecdeda005d8da1a0be3d46d77fdc5d60f4 (patch)
treef8feb79a8e281a6662553f362a399e95c99e3a35
parentfa11733ee6e47771effe84bde111a9f7505200f0 (diff)
parent4051b9e25f0391097b6d104054891ecec71da34e (diff)
downloadaur-6075bfecdeda005d8da1a0be3d46d77fdc5d60f4.tar.gz
Changed the version model
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cf169591805..e2a71922dc68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = g15stats-runit
url = https://gitlab.com/menelkir/g15stats
arch = any
license = GPL2
- depends = g15daemon
+ depends = g15stats
depends = runit
source = https://gitlab.com/menelkir/g15stats/-/raw/master/contrib/init/g15stats.run
sha256sums = 4860d43f7104eddf3b9440295171a2c9b4d31b3398789a5adfb684d38c8e6351
diff --git a/PKGBUILD b/PKGBUILD
index acedd1d77d9a..ac04ef8d50bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="g15stats init script for runit"
arch=('any')
url="https://gitlab.com/menelkir/g15stats"
license=('GPL2')
-depends=('g15daemon' 'runit')
+depends=('g15stats' 'runit')
_filename='g15stats.run'
source=("https://gitlab.com/menelkir/g15stats/-/raw/master/contrib/init/g15stats.run")
sha256sums=('4860d43f7104eddf3b9440295171a2c9b4d31b3398789a5adfb684d38c8e6351')