From 4a2bf40c4ae4e375dfdbc437a794ad31d60b7913 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 13 Jun 2015 17:28:01 +0200 Subject: Add missing file extension MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f561f60..664e78a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by makepkg 4.2.1-161-g36327-dirty -# Sat Jun 13 15:25:49 UTC 2015 +# Sat Jun 13 15:27:39 UTC 2015 pkgbase = python-srcinfo pkgdesc = Simple .SRCINFO parsing library pkgver = 0.0.1 @@ -10,7 +10,7 @@ pkgbase = python-srcinfo depends = python depends = python-setuptools depends = python-parse - source = python-srcinfo-0.0.1::https://github.com/kyrias/python-srcinfo/archive/0.0.1.tar.gz + source = python-srcinfo-0.0.1.tar.gz::https://github.com/kyrias/python-srcinfo/archive/0.0.1.tar.gz md5sums = 9eb6917d2cdb15dc8ac60d7074e8b777 pkgname = python-srcinfo 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') -- cgit v1.2.3-54-g00ecf