summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Weingardt2017-05-28 15:02:28 +0200
committerPaul Weingardt2017-05-28 15:02:28 +0200
commit8a6c5c88260689b7af4c4bf167c8e2de9adf9e51 (patch)
tree910f646a5c96e780699669d26451b207ce6f2465 /PKGBUILD
parent6f0ca25f1de62a213224162e2796298879b70b17 (diff)
downloadaur-8a6c5c88260689b7af4c4bf167c8e2de9adf9e51.tar.gz
renamed downloaded file to pkgname-pkgversion
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0ee8142a5c1..f3c9a7625f6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('asciidoc' 'docbook-xsl' 'rsync' 'xmlto' 'python-sphinx>=1.1.3')
optdepends=('python-pyinotify>=0.7.1: for inotify support'
'tk: to use the built-in ssh-askpass handler')
options=('!makeflags')
-source=("https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/git-cola/git-cola/archive/v$pkgver.tar.gz")
sha256sums=('bc4007e0d9c80763ef58d630b033bfdbd8406af77bbd292a6c647ed3ca655b5b')
build() {