summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d5c92808e6e..7500edfa9d13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = lbrynet-bin
pkgdesc = Implementation of the LBRY Network protocols, without the desktop app
pkgver = 0.81.0
- pkgrel = 1
+ pkgrel = 2
url = https://lbry.tech/
arch = x86_64
license = MIT
+ makedepends = unzip
provides = lbrynet
conflicts = lbry-app-bin>=0.47.1
source = https://github.com/lbryio/lbry-sdk/releases/download/v0.81.0/lbrynet-linux.zip
diff --git a/PKGBUILD b/PKGBUILD
index 50dbad5a8646..8df666c4c294 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=lbrynet-bin
pkgver=0.81.0
-pkgrel=1
+pkgrel=2
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')
provides=('lbrynet')
+makedepends=('unzip')
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')