summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2017-10-01 16:04:38 +1000
committerMark Blakeney2017-10-01 16:04:38 +1000
commit54190f7c835193aa2b05841c84ceafb7c4f3eb5a (patch)
treedd3b6ed50c4a5dbb6fa460aa7aa3ebc7fc5852f0
parent3a887a3beac4025fa8830d0fa7dbb02997796048 (diff)
downloadaur-54190f7c835193aa2b05841c84ceafb7c4f3eb5a.tar.gz
Make downloaded source file globally unique name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 356bb1377bcb..29a22313aeeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 13 02:36:32 UTC 2016
+# Sun Oct 1 06:04:24 UTC 2017
pkgbase = cdhist
pkgdesc = Bash cd history
pkgver = 1.1
@@ -9,7 +9,7 @@ pkgbase = cdhist
arch = any
license = GPL3
depends = python
- source = https://github.com/bulletmark/cdhist/archive/1.1.tar.gz
+ source = cdhist-1.1.tar.gz::https://github.com/bulletmark/cdhist/archive/1.1.tar.gz
md5sums = 5bb5924bd40d51471ff9db78da877ace
pkgname = cdhist
diff --git a/PKGBUILD b/PKGBUILD
index e8816a0130c2..6c6e29e7d338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/bulletmark/$pkgname"
license=("GPL3")
arch=("any")
depends=("python")
-source=("$url/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh
md5sums=('5bb5924bd40d51471ff9db78da877ace')