summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-06-29 21:16:36 +0100
committerFFY002018-06-29 21:16:36 +0100
commit59f6c660b4c01ecb366e4b8275be7f4d799862ca (patch)
treea836b07107a15d3a857cf8af6c7ef7dabfc4c421 /PKGBUILD
parentbdc6217d4de397f8af5e3f1ed135fc97edd06c16 (diff)
downloadaur-59f6c660b4c01ecb366e4b8275be7f4d799862ca.tar.gz
pkgbuild: add depends/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0272fcb3b3d..10218746826e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ depends=('python2-cryptography' 'python2-feedparser' 'python2-apsw' 'python2-che
'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')
+conflicts=('tribler' 'python2-pyipv8')
source=("git+https://github.com/Tribler/tribler.git#tag=v$_gver")
sha256sums=('SKIP')