summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2020-08-26 15:39:11 +0300
committergardenapple2020-08-26 15:39:11 +0300
commit6e06da038fe627f388bac88de35b8e23ba030a2b (patch)
tree8c41d7b60dc45a757791694570d9361c968f77f9
parent877da2086141d57393f60a21e133beca1bdb32aa (diff)
downloadaur-6e06da038fe627f388bac88de35b8e23ba030a2b.tar.gz
Add unzip as make dependency
-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')