summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2017-08-11 14:08:57 +0200
committerPhilipp A2017-08-11 14:08:57 +0200
commit2e6685f3e553239a9f57f82a9ea1e927ea8cd54c (patch)
treef078e70e1a89b24ff79d0b5d3da0982ca1641c08 /PKGBUILD
parente96626d03f6b302adf7413f9599dcfa9863ab10c (diff)
downloadaur-2e6685f3e553239a9f57f82a9ea1e927ea8cd54c.tar.gz
added optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 9 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d21d5cdeb49..e554c40b16da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,20 @@
_name=anglerfish
pkgname=python-$_name
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Helper library for Python 3 apps'
arch=('any')
url="http://pypi.python.org/pypi/$_name"
license=('GPLv3')
depends=('python')
+optdepends=(
+ 'cpulimit: Control CPU usage on your App.'
+ 'libwebp: WebP support for images on Base64 Data-URI.'
+ 'python-dbus: Freedesktop.org native notifications and hardware status support.'
+ 'xsel: Clipboard selection support.'
+ 'xclip: Clipboard copy and paste support.'
+ 'xorg-xset: X11 display support to turn off display.'
+)
_wheel="$_name-$pkgver-py2.py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.zip")
md5sums=('8f55508b1efc21603edf2fe49fa06595')