diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-13 17:28:01 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-13 17:28:01 +0200 |
commit | 4a2bf40c4ae4e375dfdbc437a794ad31d60b7913 (patch) | |
tree | d27f8e858231f9f3990aadf9465f4da2ed0ae019 /PKGBUILD | |
parent | 9633c6fb963f4b5c44e5cd61bf087ee9f378e412 (diff) | |
download | pkgbuilds-4a2bf40c4ae4e375dfdbc437a794ad31d60b7913.tar.xz |
Add missing file extension
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |