summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Gee2019-02-09 20:29:47 -0800
committerJohn-Gee2019-02-09 20:29:47 -0800
commit7e206162d663782baac3aebf13bfda3eb0272d21 (patch)
tree2ea474493e749912a8a4434791a7a719c1ffab38
parent537052ff41578c7723c4ef475bb7b2936366ef55 (diff)
downloadaur-python2-czipfile.tar.gz
Added git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e92d8167a8a..66810fd04366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python2-czipfile
pkgdesc = czipfile is a faster replacement for Python’s builtin “zipfile” module
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/V-E-O/czipfile
arch = x86_64
license = PSF
makedepends = python2-setuptools
+ makedepends = git
depends = python2
source = git+https://github.com/V-E-O/czipfile.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2de535ba7e9e..c8cb03fba52d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python2-czipfile
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='czipfile is a faster replacement for Python’s builtin “zipfile” module'
url='https://github.com/V-E-O/czipfile'
arch=('x86_64')
license=('PSF')
depends=('python2')
-makedepends=('python2-setuptools')
+makedepends=('python2-setuptools' 'git')
source=(git+https://github.com/V-E-O/czipfile.git)
sha512sums=(SKIP)