[arch-commits] Commit in tribler/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Mon Feb 24 12:57:00 UTC 2020
Date: Monday, February 24, 2020 @ 12:56:59
Author: ffy00
Revision: 580430
add missing dependencies (7.4.4-2)
Modified:
tribler/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-24 12:41:56 UTC (rev 580429)
+++ PKGBUILD 2020-02-24 12:56:59 UTC (rev 580430)
@@ -2,7 +2,7 @@
pkgname=tribler
pkgver=7.4.4
-pkgrel=1
+pkgrel=2
pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
url='https://www.tribler.org'
arch=('any')
@@ -10,7 +10,8 @@
depends=('python-pyqt5' 'python-aiohttp' 'python-aiohttp-apispec' 'libtorrent-rasterbar'
'python-cryptography' 'python-libnacl' 'python-pony' 'python-lz4'
'python-psutil' 'python-networkx' 'python-pyqtgraph' 'python-chardet'
- 'python-cherrypy' 'python-configobj' 'python-netifaces' 'python-bitcoinlib')
+ 'python-cherrypy' 'python-configobj' 'python-netifaces' 'python-bitcoinlib'
+ 'python-twisted' 'python-pyopenssl')
makedepends=('python-setuptools' 'git')
#checkdepends=('python-pytest-runner')
source=("https://github.com/Tribler/tribler/releases/download/v$pkgver/Tribler-v$pkgver.tar.xz")
More information about the arch-commits
mailing list