summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Menelkir2021-05-10 23:40:59 -0300
committerDaniel Menelkir2021-05-10 23:40:59 -0300
commit091b59c7aee2ff884f12ff86c937728936df07f4 (patch)
treec6273362452ddc86f73d56f07c832402b796d550
parentbefa009e00bcc333d6e01545767549672399ed6c (diff)
downloadaur-091b59c7aee2ff884f12ff86c937728936df07f4.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5abac84cbc02..6326629bc20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = g15composer
pkgdesc = A library to render text and shapes into a buffer usable by the Logitech G15
pkgver = 3.4
- pkgrel = 1
+ pkgrel = 3
url = https://gitlab.com/menelkir/g15composer
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 7ccb4c6fc6a4..78530f90ff01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=g15composer
pkgver=3.4
-pkgrel=1
+pkgrel=3
pkgdesc="A library to render text and shapes into a buffer usable by the Logitech G15"
arch=('x86_64')
@@ -21,7 +21,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- install -D -m 644 "${srcdir}/${pkgname}-${pkgver}/contrib/init/g15composer.service" \
- "${pkgdir}/usr/lib/systemd/system/g15composer.service"
-
+ echo ""
+ echo "You need to install an init script depending on what you're using it."
+ echo ""
}