summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn-Gee2019-02-09 20:29:47 -0800
committerJohn-Gee2019-02-09 20:29:47 -0800
commit7e206162d663782baac3aebf13bfda3eb0272d21 (patch)
tree2ea474493e749912a8a4434791a7a719c1ffab38 /PKGBUILD
parent537052ff41578c7723c4ef475bb7b2936366ef55 (diff)
downloadaur-python2-czipfile.tar.gz
Added git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)