summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Menelkir2021-05-29 20:57:34 -0300
committerDaniel Menelkir2021-05-29 20:57:34 -0300
commit627d59b2037d2d752ab8033138d4ae4ab722eb2c (patch)
tree0b34994451e1e71c825fd2942e8b11c3ef7ca995
parent96930597c69ac9896cfea9829a9ef6563dd6c73e (diff)
downloadaur-627d59b2037d2d752ab8033138d4ae4ab722eb2c.tar.gz
Change the warning about the init
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 168c68898e1f..117a52851346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = g15stats
pkgdesc = A CPU/Mem/Swap/Network monitoring client for G15Daemon.
pkgver = 3.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/menelkir/g15stats
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 86f8ccd01dec..cf5b1e5bf62e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=g15stats
pkgver=3.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A CPU/Mem/Swap/Network monitoring client for G15Daemon."
arch=('i686' 'x86_64')
url="https://gitlab.com/menelkir/g15stats"
@@ -26,8 +26,8 @@ package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
echo ""
- echo ""
- echo "You need to install an init script depending on what you're using it."
- echo ""
- echo ""
+ echo "This package doesn't come with an init, you should install one:"
+ echo "g15stats-runit"
+ echo "g15stats-openrc"
+ echo "g15stats-systemd"
}