summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2015-11-26 20:59:08 +0100
committerMichel Zou2015-11-26 20:59:08 +0100
commit0f3995ef6a33dcaf7a004590ddfbda6e2ed85f7d (patch)
tree1edc43d37fdb8305a35a79f85f92ede4fe9bb0a9 /PKGBUILD
parentf16781813dc3ab5a1abae14aee3ece8055589527 (diff)
downloadaur-0f3995ef6a33dcaf7a004590ddfbda6e2ed85f7d.tar.gz
add pil
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 235cd082c0d2..25146cb103bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Privacy with BitTorrent and resilient to shut down"
url="http://www.tribler.org/"
arch=(any)
license=('LGPL')
-depends=('python-cryptography' 'python-feedparser' 'python-gmpy2' 'python-apsw' 'python-cherrypy' 'python-plyvel'
+depends=('python-cryptography' 'python-feedparser' 'python-gmpy2' 'python-apsw' 'python-cherrypy' 'python-plyvel' 'python-pillow'
'python-decorator' 'python-netifaces' 'python-requests' 'python-twisted' 'wxpython' 'libsodium' 'libtorrent-rasterbar')
optdepends=('python-vlc-git: for internal video player')
makedepends=()