aboutsummaryrefslogtreecommitdiffstats
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
parent9633c6fb963f4b5c44e5cd61bf087ee9f378e412 (diff)
downloadpkgbuilds-4a2bf40c4ae4e375dfdbc437a794ad31d60b7913.tar.xz
Add missing file extension
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
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')