summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-12 21:48:50 +0100
committerFFY002018-07-12 21:48:50 +0100
commit8f9f3a993fe00bd78a90f1b2588cd18c38906cc0 (patch)
tree2b81c2526d74c50690ea0e833ee46f0dfc39f30f
parent1a9873219269ba52653814c73d29663fdc2bca8c (diff)
downloadaur-8f9f3a993fe00bd78a90f1b2588cd18c38906cc0.tar.gz
pkgbuild: remove tribler from provides/conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7655627edc45..c2b26666bb3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,9 +32,7 @@ pkgbase = tribler
depends = python2-keyring
depends = python2-keyrings-alt
optdepends = vlc: for internal video player
- provides = tribler
provides = python2-pyipv8
- conflicts = tribler
conflicts = python2-pyipv8
source = git+https://github.com/Tribler/tribler.git#tag=v7.1.0-exp3
source = git+https://github.com/Tribler/dispersy.git
diff --git a/PKGBUILD b/PKGBUILD
index fa109e0b6f12..4adef44f3f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ depends=('python2-cryptography' 'python2-feedparser' 'python2-apsw' 'python2-che
'python2-matplotlib' 'python2-service_identity' 'python2-keyring' 'python2-keyrings-alt')
optdepends=('vlc: for internal video player')
makedepends=('python2-setuptools')
-provides=('tribler' 'python2-pyipv8')
-conflicts=('tribler' 'python2-pyipv8')
+provides=('python2-pyipv8')
+conflicts=('python2-pyipv8')
source=("git+https://github.com/Tribler/tribler.git#tag=v$_gitver"
'git+https://github.com/Tribler/dispersy.git'
'git+https://github.com/devos50/pymdht.git'