summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2021-02-10 11:26:48 +0200
committergardenapple2021-02-10 11:26:48 +0200
commit1be933d8341826b488c2c39b19c9d88ca8e18f8b (patch)
tree68d907f8ffc1ffe536db8790838c2a4627bac510
parentacd722018814867a1fd952aa50e97a0d2547fe76 (diff)
downloadaur-1be933d8341826b488c2c39b19c9d88ca8e18f8b.tar.gz
v0.89.0 release + add version to 'provides' array
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f6f0791cbd..9913e83dfedd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = lbrynet-bin
pkgdesc = Implementation of the LBRY Network protocols, without the desktop app
- pkgver = 0.88.0
+ pkgver = 0.89.0
pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet
+ provides = lbrynet=0.89.0
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.88.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.88.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.88.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.88.0/LICENSE
- b2sums = d6cdb38a5b43ae42daccd3678e8428213ea0a1095d7e6cb38eec6df5f64880970d9d9afd3122e88645a6a059e39e168b09a7d3886844798c80058db7f574def6
+ source = lbrynet-linux-0.89.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.89.0/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.89.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.89.0/LICENSE
+ b2sums = 19dec54bf3ec04db30cba7f0e613fead78b2b43ab6b913d896c8f0dcbe1c1ebffe51176d6f31b79ddbb2c3ce4d9ac8ec125ed73cc685341ef3e3a9c0d167e31d
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 59e28f60b4a5..3bd6cb836b9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Yurii <yu hrysh at posteo dot net>
pkgname=lbrynet-bin
-pkgver=0.88.0
+pkgver=0.89.0
pkgrel=1
pkgdesc='Implementation of the LBRY Network protocols, without the desktop app'
arch=('x86_64')
url='https://lbry.tech/'
license=('MIT')
conflicts=('lbrynet' 'lbry-app-bin>=0.47.1' 'lbry-app-bin<0.47.2-2')
-provides=('lbrynet')
+provides=("lbrynet=$pkgver")
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/v$pkgver/LICENSE")
@@ -16,5 +16,5 @@ package() {
install -Dm755 "${srcdir}/lbrynet" -t "${pkgdir}/usr/bin/"
install -Dm644 "${srcdir}/lbrynet-LICENSE-$pkgver" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
}
-b2sums=('d6cdb38a5b43ae42daccd3678e8428213ea0a1095d7e6cb38eec6df5f64880970d9d9afd3122e88645a6a059e39e168b09a7d3886844798c80058db7f574def6'
+b2sums=('19dec54bf3ec04db30cba7f0e613fead78b2b43ab6b913d896c8f0dcbe1c1ebffe51176d6f31b79ddbb2c3ce4d9ac8ec125ed73cc685341ef3e3a9c0d167e31d'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')