summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2020-09-02 16:20:54 +0300
committergardenapple2020-09-02 16:20:54 +0300
commitd64cf0a9834f5c016e7e244a597a732b35468fab (patch)
treedaa1a758527f8d6808cb8d6f4b2c3146ebe0b181
parent88d182ff00c2e6595406e8e165122380564c1ef4 (diff)
downloadaur-d64cf0a9834f5c016e7e244a597a732b35468fab.tar.gz
Update conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eee56e9baaca..f6dbdf4d5831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,9 @@ pkgbase = lbrynet-bin
arch = x86_64
license = MIT
provides = lbrynet
+ conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
+ conflicts = lbry-app-bin<0.47.2-2
source = https://github.com/lbryio/lbry-sdk/releases/download/v0.81.0/lbrynet-linux.zip
source = lbrynet-LICENSE::https://raw.githubusercontent.com/lbryio/lbry-sdk/master/LICENSE
b2sums = bc14b11c09b0502490b5a4d17bcdb597b5603541f402458a30ca7df3e594c60e871fb855ce583421b22cc468124bb281c20803e9784f0b0e0ad6fccbbf358d47
diff --git a/PKGBUILD b/PKGBUILD
index 1554e42c7a47..db6944206db2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Implementation of the LBRY Network protocols, without the desktop app'
arch=('x86_64')
url='https://lbry.tech/'
license=('MIT')
-conflicts=('lbry-app-bin>=0.47.1')
+conflicts=('lbrynet' 'lbry-app-bin>=0.47.1' 'lbry-app-bin<0.47.2-2')
provides=('lbrynet')
source=("https://github.com/lbryio/lbry-sdk/releases/download/v$pkgver/lbrynet-linux.zip"
'lbrynet-LICENSE::https://raw.githubusercontent.com/lbryio/lbry-sdk/master/LICENSE')