summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-07-13 12:16:18 +0100
committerFFY002018-07-13 12:16:18 +0100
commit9d4352b7c96ccd12440a1e4db2732972a247e4fc (patch)
treea32187d1b8bf622ca9d060343fac1e3bd091728a /PKGBUILD
parent8f9f3a993fe00bd78a90f1b2588cd18c38906cc0 (diff)
downloadaur-9d4352b7c96ccd12440a1e4db2732972a247e4fc.tar.gz
pkgbuild: fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4adef44f3f83..5771f7ad3ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ depends=('python2-cryptography' 'python2-feedparser' 'python2-apsw' 'python2-che
'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 'python2-feedparser' 'python2-chardet'
'python2-psutil' 'python2-meliae' 'python2-decorator' 'python2-netifaces' 'python2-requests'
'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 'python2-m2crypto' 'python2-configobj'
- 'python2-matplotlib' 'python2-service_identity' 'python2-keyring' 'python2-keyrings-alt')
+ 'python2-matplotlib' 'python2-service_identity' 'python2-keyring' 'python2-keyrings-alt'
+ 'python2-libnacl')
optdepends=('vlc: for internal video player')
makedepends=('python2-setuptools')
provides=('python2-pyipv8')