makedeb
Implementation of the LBRY Network protocols, without the desktop app
Click here to go back to the commit logs for lbrynet-bin.
Hash: 6e06da038fe627f388bac88de35b8e23ba030a2b
Message: Add unzip as make dependency
diff --git a/.SRCINFO b/.SRCINFO
index 5d5c928..7500edf 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 50dbad5..8df666c 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')