summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWüstengecko2018-11-19 23:41:01 +0100
committerWüstengecko2018-11-19 23:41:01 +0100
commite22386dbd316fd1be48b4db80729c120059fa325 (patch)
tree183d78fb938a36dfedeb40a6d2692e927dbfd069
parent1bcdf5ab9df981e624d2cf8e0c6d1d055f4e7bfe (diff)
downloadaur-e22386dbd316fd1be48b4db80729c120059fa325.tar.gz
Streamline optdepends descriptions
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d707a403d6c..c553b4dbe366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ url="https://www.doorpi.org"
license=('CC BY-NC 4.0')
depends=(python python-requests)
makedepends=(git python-setuptools)
-optdepends=('python-piface: Use Piface pins as event sources / actors'
+optdepends=('python-piface: Use Piface IO expander'
'python-picamera: Take and mail snapshots; stream video'
- 'python-raspberry-gpio: Use GPIO header as event sources / actors'
- 'python-pyserial: Use serially connected peripherals like RFID as event sources / actors'
- 'python-watchdog: Use files as virtual event sources / actors')
+ 'python-raspberry-gpio: Use onboard GPIO header'
+ 'python-pyserial: Use serially connected peripherals like RFID'
+ 'python-watchdog: Use files as virtual IO pins')
backup=('etc/doorpi/doorpi.ini')
# there aren't any binaries that could be stripped; skip searching for them
options=(!strip)