[arch-commits] Commit in tribler/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sat Nov 10 15:50:23 UTC 2018
Date: Saturday, November 10, 2018 @ 15:50:22
Author: ffy00
Revision: 405688
add missing dependency
Modified:
tribler/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-10 15:42:25 UTC (rev 405687)
+++ PKGBUILD 2018-11-10 15:50:22 UTC (rev 405688)
@@ -3,16 +3,17 @@
pkgname=tribler
_pkgver=7.2.0-exp1
pkgver=${_pkgver//-/_}
-pkgrel=1
+pkgrel=2
pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
url='https://www.tribler.org/'
arch=('any')
license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 'phonon-qt5-vlc'
+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-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
+ 'python2-pony')
optdepends=('vlc: for internal video player')
makedepends=('python2-setuptools' 'git')
source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz")
More information about the arch-commits
mailing list