summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-12-19 18:01:41 +0100
committerChristopher Arndt2020-12-19 18:01:41 +0100
commit8153095070906b5746b232d9ef9ee6d07ad0c02e (patch)
treebe1465efcc07f9f0854f86a81658e7061ad6aa6e
parent42b21168b31b1dcd8526b5916a8c6b200f87315f (diff)
downloadaur-8153095070906b5746b232d9ef9ee6d07ad0c02e.tar.gz
Run pigpiod in forking mode and disable socket interface by default
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d93d5e6094fc..4e8a1f3d61d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pigpio
- pkgdesc = A C and Python library for controlling GPIOs on a Raspberry Pi
+ pkgdesc = A C and Python library and system service for controlling GPIOs on a Raspberry Pi
pkgver = 78
- pkgrel = 1
+ pkgrel = 2
url = http://abyz.me.uk/rpi/pigpio/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bf41da9c6b6f..bcd60e12ebd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='pigpio'
pkgver=78
-pkgrel=1
-pkgdesc="A C and Python library for controlling GPIOs on a Raspberry Pi"
+pkgrel=2
+pkgdesc="A C and Python library and system service for controlling GPIOs on a Raspberry Pi"
url="http://abyz.me.uk/rpi/pigpio/"
license=('custom:UNLICENSE')
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
@@ -22,7 +22,7 @@ prepare() {
sed -e '/which python2/d' -i Makefile
sed -e '/\/opt/d' -i Makefile
sed -e 's|\$(prefix)/man|\$(prefix)/share/man|' -i Makefile
- sed -e 's|/usr/bin/pigpiod|/usr/bin/pigpiod -g|' -i util/pigpiod.service
+ sed -e 's|/usr/bin/pigpiod|/usr/bin/pigpiod -k|' -i util/pigpiod.service
}
build() {