summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2020-10-11 20:59:58 +0300
committergardenapple2020-10-11 20:59:58 +0300
commit072b34a7f02d27d070bac334d9e3a7e7a8842fef (patch)
tree5337690089203ea08247befb3b2a36973c478458
parentd702827ed72645f454d66e7a04190f333a050b87 (diff)
downloadaur-072b34a7f02d27d070bac334d9e3a7e7a8842fef.tar.gz
License file now comes from specific version tag
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eae5e4eb4348..4b2b08f11ef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
conflicts=('lbrynet' 'lbry-app-bin>=0.47.1' 'lbry-app-bin<0.47.2-2')
provides=('lbrynet')
source=("lbrynet-linux-$pkgver.zip::https://github.com/lbryio/lbry-sdk/releases/download/v$pkgver/lbrynet-linux.zip"
- "lbrynet-LICENSE-$pkgver::https://raw.githubusercontent.com/lbryio/lbry-sdk/master/LICENSE")
+ "lbrynet-LICENSE-$pkgver::https://raw.githubusercontent.com/lbryio/lbry-sdk/v$pkgver/LICENSE")
package() {
install -Dm755 "${srcdir}/lbrynet" -t "${pkgdir}/usr/bin/"