summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Weingardt2017-05-28 15:02:28 +0200
committerPaul Weingardt2017-05-28 15:02:28 +0200
commit8a6c5c88260689b7af4c4bf167c8e2de9adf9e51 (patch)
tree910f646a5c96e780699669d26451b207ce6f2465
parent6f0ca25f1de62a213224162e2796298879b70b17 (diff)
downloadaur-8a6c5c88260689b7af4c4bf167c8e2de9adf9e51.tar.gz
renamed downloaded file to pkgname-pkgversion
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd324e8d2451..16df957ab1e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 14 11:25:37 UTC 2017
+# Sun May 28 13:02:13 UTC 2017
pkgbase = git-cola
pkgdesc = A powerful GUI for Git
pkgver = 2.11
@@ -19,7 +19,7 @@ pkgbase = git-cola
optdepends = python-pyinotify>=0.7.1: for inotify support
optdepends = tk: to use the built-in ssh-askpass handler
options = !makeflags
- source = https://github.com/git-cola/git-cola/archive/v2.11.tar.gz
+ source = git-cola-2.11.tar.gz::https://github.com/git-cola/git-cola/archive/v2.11.tar.gz
sha256sums = bc4007e0d9c80763ef58d630b033bfdbd8406af77bbd292a6c647ed3ca655b5b
pkgname = git-cola
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() {