summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerin Stock2018-02-02 22:30:59 +0100
committerTerin Stock2018-02-02 22:30:59 +0100
commit106f21a8012d958917a3884630f3412c426e210c (patch)
tree35a05bd2b48ae85eefeb5df3332438ee4c9841d6
parent3f53f034d1fd479d2aa69d5bfde153f9d6947f5b (diff)
downloadaur-106f21a8012d958917a3884630f3412c426e210c.tar.gz
fix: use unique source filename
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fc1decf9b76..f8d955f263ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dep
pkgdesc = Go dependency tool
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/golang/dep
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = dep
provides = dep
options = !strip
options = !emptydirs
- source = https://github.com/golang/dep/archive/v0.4.1.tar.gz
+ source = dep-0.4.1.tar.gz::https://github.com/golang/dep/archive/v0.4.1.tar.gz
sha256sums = df9b050bf4dbb2a8cf04372097a68b04a6ae1986ed7c5086914ac86d74ea9d49
pkgname = dep
diff --git a/PKGBUILD b/PKGBUILD
index 414d930f2aaa..fba7d5867434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dep
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
_commitHash="37d9ea0ac16f0e0a05afc3b60e1ac8c364b6c329"
_commitDate="2018-01-25"
pkgdesc="Go dependency tool"
@@ -13,7 +13,7 @@ license=('BSD')
makedepends=('go')
options=('!strip' '!emptydirs')
provides=("dep")
-source=("https://github.com/golang/$pkgname/archive/v$pkgver.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('df9b050bf4dbb2a8cf04372097a68b04a6ae1986ed7c5086914ac86d74ea9d49')
_importpath='github.com/golang/dep'