summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2020-08-28 02:10:53 +0300
committergardenapple2020-08-28 02:10:53 +0300
commit88d182ff00c2e6595406e8e165122380564c1ef4 (patch)
tree6436810f9e0faf974efa9178d170ad860b90e2b8
parent6e06da038fe627f388bac88de35b8e23ba030a2b (diff)
downloadaur-88d182ff00c2e6595406e8e165122380564c1ef4.tar.gz
Remove unzip from make dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7500edfa9d13..eee56e9baaca 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 8df666c4c294..1554e42c7a47 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')