summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarbUk2020-05-02 16:15:07 +0400
committerBarbUk2020-05-02 16:15:07 +0400
commit40bd7b03a0a29197c7906351c0c89458f0eaea99 (patch)
tree3e57e6c9acfda0ed08d25e7b63e4588469d43e96
parent263187213acffec3f7f69d74bfe93314adc23825 (diff)
downloadaur-40bd7b03a0a29197c7906351c0c89458f0eaea99.tar.gz
Use unique source name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a98361736145..b09fc445b3f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pilgo-bin
pkgdesc = Configuration-based symlink farm manager CLI and framework
pkgver = 0.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/gbrlsnchs/pilgo
arch = x86_64
license = MIT
provides = pilgo
conflicts = pilgo
- source = https://github.com/gbrlsnchs/pilgo/releases/download/v0.5.0/linux.tar.gz
+ source = pilgo-bin-0.5.0.tar.gz::https://github.com/gbrlsnchs/pilgo/releases/download/v0.5.0/linux.tar.gz
sha256sums = 1763520058af9d25c480530500ef85693bf0cc700d41e86125f85794c9b09914
pkgname = pilgo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8e398dd782ff..742a88f6dde1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=pilgo-bin
_binname=plg
pkgver=0.5.0
-pkgrel=2
+pkgrel=3
pkgdesc='Configuration-based symlink farm manager CLI and framework'
arch=('x86_64')
url='https://github.com/gbrlsnchs/pilgo'
license=('MIT')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
-source=("$url/releases/download/v$pkgver/linux.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/linux.tar.gz")
sha256sums=('1763520058af9d25c480530500ef85693bf0cc700d41e86125f85794c9b09914')
package() {