summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa43b0842c48..22199c71d0b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Mar 13 15:11:51 UTC 2017
+# Sat Mar 18 07:47:57 UTC 2017
pkgbase = pyunz-git
pkgdesc = extract packages easily
pkgver = 0.2.3.r4.ga2db5ac
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Sherlock-Holo/pyunz
arch = any
license = GPL3
makedepends = git
+ makedepends = python-setuptools
depends = python
depends = zip
depends = unzip
diff --git a/PKGBUILD b/PKGBUILD
index b6221e78e2a5..51869727a318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=pyunz-git
_pkgname=pyunz
pkgver=0.2.3.r4.ga2db5ac
-pkgrel=2
+pkgrel=3
pkgdesc='extract packages easily'
arch=(any)
url='https://github.com/Sherlock-Holo/pyunz'
license=('GPL3')
depends=('python' 'zip' 'unzip' 'p7zip')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
source=("git+https://github.com/Sherlock-Holo/${_pkgname}")
pkgver() {