makedeb
Implementation of the LBRY Network protocols, without the desktop app
Click here to go back to the commit logs for lbrynet-bin.
Hash: 88d182ff00c2e6595406e8e165122380564c1ef4
Message: Remove unzip from make dependencies
diff --git a/.SRCINFO b/.SRCINFO
index 7500edf..eee56e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = lbrynet-bin
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 8df666c..1554e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ 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')