summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVampireSH2017-03-18 15:48:04 +0800
committerVampireSH2017-03-18 15:48:04 +0800
commit2b179c982dc52721f99809f802203ac13282cbc3 (patch)
treebc3db155e1147018b00bd4637468a6fe019f94ca /PKGBUILD
parent307f24f7453df181578ac0614765b3d89d38b479 (diff)
downloadaur-2b179c982dc52721f99809f802203ac13282cbc3.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {