aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-13 17:28:01 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-13 17:28:01 +0200
commit4a2bf40c4ae4e375dfdbc437a794ad31d60b7913 (patch)
treed27f8e858231f9f3990aadf9465f4da2ed0ae019 /PKGBUILD
parent9633c6fb963f4b5c44e5cd61bf087ee9f378e412 (diff)
downloadpkgbuilds-4a2bf40c4ae4e375dfdbc437a794ad31d60b7913.tar.xz
Add missing file extension
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf3bdbe..964dc3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('ISC')
depends=('python' 'python-setuptools' 'python-parse')
-source=(python-srcinfo-"$pkgver"::"https://github.com/kyrias/python-srcinfo/archive/$pkgver.tar.gz")
+source=(python-srcinfo-"$pkgver".tar.gz::"https://github.com/kyrias/python-srcinfo/archive/$pkgver.tar.gz")
md5sums=('9eb6917d2cdb15dc8ac60d7074e8b777')