summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Douglas Scott2017-01-23 17:37:36 -0800
committerIan Douglas Scott2017-01-23 17:37:36 -0800
commit2a57bf330d0ca985cabf5f448d5d23791ab3cc79 (patch)
tree6b715c2f5a92dd41759234b16287c47b4284174e
parent66fbfb567227b28413f6c60e1061c8ca1971617b (diff)
downloadaur-2a57bf330d0ca985cabf5f448d5d23791ab3cc79.tar.gz
Give download fine unique name
As requested in comments; for SRCDEST
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2561b57a30cf..2163a0c633e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Jan 24 01:37:27 UTC 2017
pkgbase = dantalian
pkgdesc = Transparent tag-based file organization system.
pkgver = 1.0
@@ -8,7 +10,7 @@ pkgbase = dantalian
makedepends = python-sphinx
depends = python
optdepends = fuse: additional features
- source = https://github.com/darkfeline/dantalian/archive/v1.0.tar.gz
+ source = dantalian-1.0.tar.gz::https://github.com/darkfeline/dantalian/archive/v1.0.tar.gz
sha256sums = 263f3834a6fa89e3fe148b5cd133243dfdcd211801b62f68e538cf0138b49bf1
pkgname = dantalian
diff --git a/PKGBUILD b/PKGBUILD
index aca4e26a6fa7..5e3f41681244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL')
depends=('python')
optdepends=('fuse: additional features')
makedepends=('python-sphinx')
-source=("https://github.com/darkfeline/dantalian/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/darkfeline/dantalian/archive/v${pkgver}.tar.gz")
sha256sums=('263f3834a6fa89e3fe148b5cd133243dfdcd211801b62f68e538cf0138b49bf1')
build() {