makedeb


lbrynet-bin 0.113.0-1


Implementation of the LBRY Network protocols, without the desktop app

Click here to go back to the commit logs for lbrynet-bin.

Commit:


Hash: d64cf0a9834f5c016e7e244a597a732b35468fab

Message: Update conflicts

Diff


diff --git a/.SRCINFO b/.SRCINFO
index eee56e9..f6dbdf4 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 1554e42..db69442 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')