summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Menelkir2021-11-01 08:18:42 -0300
committerDaniel Menelkir2021-11-01 08:18:42 -0300
commitfb8a57d382c81d9a5429820deca5c2af9ab4d7d2 (patch)
treedd00fba093518221f22fc930f606afab5e6fb4d8
parentecf58020e46ea6a0b673670bab883f340849afcf (diff)
downloadaur-fb8a57d382c81d9a5429820deca5c2af9ab4d7d2.tar.gz
Update: Fixed dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f270efba399..d495442f1f44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = g15stats-systemd
pkgdesc = g15stats init script for systemd
- pkgver = 20210605
+ pkgver = 20211101
pkgrel = 1
url = https://gitlab.com/menelkir/g15stats
arch = any
license = GPL2
depends = g15stats
- depends = systemd
+ depends = g15daemon-systemd
source = https://gitlab.com/menelkir/g15stats/-/raw/master/contrib/init/g15stats.service
sha256sums = 2723465ba726a4675d442fdb3068353def37bc70ce84cdab6c65f1c450c1dc4a
diff --git a/PKGBUILD b/PKGBUILD
index c0648d64ee07..f071d7af9a30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Daniel Menelkir <menelkir at itroll dot org>
pkgname=g15stats-systemd
-pkgver=20210605
+pkgver=20211101
pkgrel=1
pkgdesc="g15stats init script for systemd"
arch=('any')
url="https://gitlab.com/menelkir/g15stats"
license=('GPL2')
-depends=('g15stats' 'systemd')
+depends=('g15stats' 'g15daemon-systemd')
_filename='g15stats.run'
source=("https://gitlab.com/menelkir/g15stats/-/raw/master/contrib/init/g15stats.service")
sha256sums=('2723465ba726a4675d442fdb3068353def37bc70ce84cdab6c65f1c450c1dc4a')