diff options
author | Ian Douglas Scott | 2017-01-23 17:37:36 -0800 |
---|---|---|
committer | Ian Douglas Scott | 2017-01-23 17:37:36 -0800 |
commit | 2a57bf330d0ca985cabf5f448d5d23791ab3cc79 (patch) | |
tree | 6b715c2f5a92dd41759234b16287c47b4284174e | |
parent | 66fbfb567227b28413f6c60e1061c8ca1971617b (diff) | |
download | aur-2a57bf330d0ca985cabf5f448d5d23791ab3cc79.tar.gz |
Give download fine unique name
As requested in comments; for SRCDEST
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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() { |