summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Menelkir2021-05-29 20:57:02 -0300
committerDaniel Menelkir2021-05-29 20:57:02 -0300
commite3901606dc5c6f0b1fbd5d68350e5f20ceb7d313 (patch)
tree08c77c5153732190f841d475033294e3dd1bba7a
parent5f979ba2987a803f606dfb979701ebd6720c2913 (diff)
downloadaur-e3901606dc5c6f0b1fbd5d68350e5f20ceb7d313.tar.gz
Change the warning about the init
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9718e6df0489..9b034512e9d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = g15daemon
pkgdesc = A daemon that makes it possible to use the G-Buttons and draw on the G15 LCD
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/menelkir/g15daemon
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8f5d47e51950..fb6a3a8b6577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=g15daemon
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A daemon that makes it possible to use the G-Buttons and draw on the G15 LCD"
arch=('x86_64')
url="https://gitlab.com/menelkir/g15daemon"
@@ -24,6 +24,8 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
echo ""
- echo "You need to install an init script depending on what you're using it."
- echo ""
+ echo "This package doesn't come with an init, you should install one:"
+ echo "g15daemon-runit"
+ echo "g15daemon-openrc"
+ echo "g15daemon-systemd"
}