summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-06-29 21:17:14 +0100
committerFFY002018-06-29 21:17:14 +0100
commit2ab30b88112136e7e440b8ad1614b4cb13af3ddb (patch)
treede1c1f28f982188216ee5ea75197efe27ff10d9f
parent59f6c660b4c01ecb366e4b8275be7f4d799862ca (diff)
downloadaur-2ab30b88112136e7e440b8ad1614b4cb13af3ddb.tar.gz
pkgbuild: fix depedencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac018bf54cf4..5fd4d335a776 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -30,7 +30,7 @@ pkgbase = tribler
depends = python2-matplotlib
depends = python2-service_identity
depends = python2-keyring
- depends = python2-keyring.alt
+ depends = python2-keyring-alt
optdepends = vlc: for internal video player
provides = tribler
provides = python2-pyipv8
diff --git a/PKGBUILD b/PKGBUILD
index 10218746826e..e1fb73ca624c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://www.tribler.org/"
arch=(any)
license=('LGPL3')
depends=('python2-cryptography' 'python2-feedparser' 'python2-apsw' 'python2-cherrypy' 'python2-plyvel' '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-keyring.alt')
+'python2-decorator' 'python2-netifaces' 'python2-requests' 'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 'python2-m2crypto' 'python2-configobj' 'python2-matplotlib' 'python2-service_identity' 'python2-keyring' 'python2-keyring-alt')
optdepends=('vlc: for internal video player')
makedepends=('python2-setuptools')
provides=('tribler' 'python2-pyipv8')