diff options
author | Philipp A | 2017-08-11 14:08:57 +0200 |
---|---|---|
committer | Philipp A | 2017-08-11 14:08:57 +0200 |
commit | 2e6685f3e553239a9f57f82a9ea1e927ea8cd54c (patch) | |
tree | f078e70e1a89b24ff79d0b5d3da0982ca1641c08 /PKGBUILD | |
parent | e96626d03f6b302adf7413f9599dcfa9863ab10c (diff) | |
download | aur-2e6685f3e553239a9f57f82a9ea1e927ea8cd54c.tar.gz |
added optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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') |