summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Plano-Lesay2019-06-08 10:36:44 +1000
committerMarc Plano-Lesay2019-06-08 10:36:44 +1000
commit07e4fcfaf78283c0e7b125d046120d87242cd861 (patch)
tree8463ef1cc48297edb2245b30f5de31c723c3b01d
parenta7812b519449d1fa1eee7823f56cad52e6a50a06 (diff)
downloadaur-07e4fcfaf78283c0e7b125d046120d87242cd861.tar.gz
Avoid forcing the source tarball name to get a new name for each release
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8f89d6b1b83..233f0a789734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = bazelisk
arch = x86_64
license = Apache 2.0
makedepends = bazel
- source = bazelisk.tar.gz::https://github.com/philwo/bazelisk/archive/v0.0.7.tar.gz
+ source = https://github.com/philwo/bazelisk/archive/v0.0.7.tar.gz
sha256sums = f48b6d2af79ae89dc6963929d9624a16daa3a77423c930cda8ca3412a1c99ef3
pkgname = bazelisk
diff --git a/.gitignore b/.gitignore
index 608d5e19bc7e..625c0f58b26b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
bazelisk-*.pkg.tar.xz
-bazelisk.tar.gz
+*.tar.gz
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index e144c3191696..725388f20c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=("Apache 2.0")
url="https://github.com/philwo/bazelisk"
makedepends=("bazel")
-source=("bazelisk.tar.gz::$url/archive/v$pkgver.tar.gz")
+source=("$url/archive/v$pkgver.tar.gz")
sha256sums=("f48b6d2af79ae89dc6963929d9624a16daa3a77423c930cda8ca3412a1c99ef3")
build() {