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: d702827ed72645f454d66e7a04190f333a050b87

Message: v0.83.0 release + give versioned names to files

Diff


diff --git a/.SRCINFO b/.SRCINFO
index acf7b3e..cbd9393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = lbrynet-bin
 	pkgdesc = Implementation of the LBRY Network protocols, without the desktop app
-	pkgver = 0.82.0
+	pkgver = 0.83.0
 	pkgrel = 1
 	url = https://lbry.tech/
 	arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = lbrynet-bin
 	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.82.0/lbrynet-linux.zip
-	source = lbrynet-LICENSE::https://raw.githubusercontent.com/lbryio/lbry-sdk/master/LICENSE
-	b2sums = 78dc3d87e4f8d187c4b0d8dae0d8f396aafb7abdce9fb16b0ef3d98e7b5e9315bb1380b22dad4e975458822a74d3c1fab448f06e1dae48284f96c5bbf91359ff
+	source = lbrynet-linux-0.83.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.83.0/lbrynet-linux.zip
+	source = lbrynet-LICENSE-0.83.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/master/LICENSE
+	b2sums = a5e226a75c7dacbc5583f9f347f50dd3795b58c8da010b475d2d8bfee13e3571ee6711b8f11f0a757e615bf0d47d75ca8367fc338547c2be7954d54aacff111a
 	b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
 
 pkgname = lbrynet-bin
diff --git a/.gitignore b/.gitignore
index 85d9f96..39cc446 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 pkg/
 src/
 *.pkg.tar.*
-lbrynet-linux.zip
-lbrynet-LICENSE
+lbrynet-linux*.zip
+lbrynet-LICENSE*
diff --git a/PKGBUILD b/PKGBUILD
index 166d001..eae5e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Yurii <yu hrysh at posteo dot net>
 
 pkgname=lbrynet-bin
-pkgver=0.82.0
+pkgver=0.83.0
 pkgrel=1
 pkgdesc='Implementation of the LBRY Network protocols, without the desktop app'
 arch=('x86_64')
@@ -9,12 +9,12 @@ url='https://lbry.tech/'
 license=('MIT')
 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')
+source=("lbrynet-linux-$pkgver.zip::https://github.com/lbryio/lbry-sdk/releases/download/v$pkgver/lbrynet-linux.zip"
+        "lbrynet-LICENSE-$pkgver::https://raw.githubusercontent.com/lbryio/lbry-sdk/master/LICENSE")
 
 package() {
    install -Dm755 "${srcdir}/lbrynet" -t "${pkgdir}/usr/bin/"
-   install -Dm644 "${srcdir}/lbrynet-LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+   install -Dm644 "${srcdir}/lbrynet-LICENSE-$pkgver" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
 }
-b2sums=('78dc3d87e4f8d187c4b0d8dae0d8f396aafb7abdce9fb16b0ef3d98e7b5e9315bb1380b22dad4e975458822a74d3c1fab448f06e1dae48284f96c5bbf91359ff'
+b2sums=('a5e226a75c7dacbc5583f9f347f50dd3795b58c8da010b475d2d8bfee13e3571ee6711b8f11f0a757e615bf0d47d75ca8367fc338547c2be7954d54aacff111a'
         'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')