[arch-commits] Commit in tribler/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Mon Mar 18 23:14:57 UTC 2019


    Date: Monday, March 18, 2019 @ 23:14:56
  Author: ffy00
Revision: 442515

revert move to python 3

The package seems to work fine at first glance but there are still some issues.

Modified:
  tribler/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-18 22:39:35 UTC (rev 442514)
+++ PKGBUILD	2019-03-18 23:14:56 UTC (rev 442515)
@@ -3,17 +3,17 @@
 pkgname=tribler
 _pkgver=7.2.2
 pkgver=${_pkgver//-/_}
-pkgrel=1
+pkgrel=3
 pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
+url='https://www.tribler.org'
 arch=('any')
 license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-backend'
-         'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 'python2-decorator'
-         'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 'python2-netifaces'
-         'python2-plyvel' 'python2-twisted' 'python2-configobj' 'python2-matplotlib'
-         'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
-         'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
+depends=('python2-cryptography' 'python2-cherrypy'
+         'python2-pillow' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc' 'python2-chardet'
+         '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')
 makedepends=('python2-setuptools' 'git')
 source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz")
 sha512sums=('71bf94359049d4be446f967091b7bd3880f0960b4bec52b26b259c52d8ca3eac3579f3548e368413d71b275d0ac7715f6bfb6d30debf5202d387e6199a462234')



More information about the arch-commits mailing list