Date: Friday, April 12, 2019 @ 08:44:15
  Author: ffy00
Revision: 451219

add missing depedencies

Modified:
  tribler/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-12 08:32:39 UTC (rev 451218)
+++ PKGBUILD    2019-04-12 08:44:15 UTC (rev 451219)
@@ -3,7 +3,7 @@
 pkgname=tribler
 _pkgver=7.2.2
 pkgver=${_pkgver//-/_}
-pkgrel=3
+pkgrel=4
 pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
 url='https://www.tribler.org'
 arch=('any')
@@ -13,7 +13,8 @@
          'python2-psutil' 'python2-meliae' 'python2-decorator' 
'python2-netifaces'
          'python2-twisted' 'libsodium' 'libtorrent-rasterbar' 
'python2-configobj'
          'python2-matplotlib' 'python2-service-identity' 'python2-pony'
-         'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx')
+         'python2-libnacl' 'python2-contextlib2' 'python2-zc.lockfile' 
'python2-networkx'
+         'python2-m2crypto' 'python2-apsw' 'python2-plyvel' 
'python2-feedparser')
 makedepends=('python2-setuptools' 'git')
 
source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz";)
 
sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')

Reply via email to