summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2020-09-21 17:33:32 +0200
committerj.r2020-09-21 17:33:32 +0200
commit4e9cf65e7db2047f1eba56b81cf84053552fd558 (patch)
treea46f5ac207e02d3c205bcd6abbc9c0e0dbebfbb0
parentd32e164cba8ee44cc89c79946c8a984b2ab703d8 (diff)
downloadaur-4e9cf65e7db2047f1eba56b81cf84053552fd558.tar.gz
Change dowload filename to be unique
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62cfc5c08986..2ec23fbc63e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=('x86_64' 'i686')
url="https://github.com/asciimoo/wuzz"
license=('AGPL3')
options=('!strip' '!emptydirs')
-source=("https://github.com/asciimoo/wuzz/archive/v${pkgver}.tar.gz")
makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/asciimoo/wuzz/archive/v${pkgver}.tar.gz")
sha256sums=('acf8e82481740d1403b744c58918b9089128d91c3c6edc15b76b6e1c97ead645')
_goname="github.com/asciimoo/wuzz"