summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2015-11-25 22:32:41 +0100
committerMichel Zou2015-11-25 22:32:41 +0100
commitf16781813dc3ab5a1abae14aee3ece8055589527 (patch)
treed86af1c10d53c234b4f3d56d1188b4345130c704 /PKGBUILD
parenta48a010c58ec58cd98c1070775ef3e3c989bd4b7 (diff)
downloadaur-f16781813dc3ab5a1abae14aee3ece8055589527.tar.gz
+leveldb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cd4c3174e62..235cd082c0d2 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'
+depends=('python-cryptography' 'python-feedparser' 'python-gmpy2' 'python-apsw' 'python-cherrypy' 'python-plyvel'
'python-decorator' 'python-netifaces' 'python-requests' 'python-twisted' 'wxpython' 'libsodium' 'libtorrent-rasterbar')
optdepends=('python-vlc-git: for internal video player')
makedepends=()