summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2018-12-03 06:36:35 -0500
committerbrent s2018-12-03 06:36:35 -0500
commit0686a07a41c35a8ef469ff77d77fb04bf1b28742 (patch)
tree06d4e53c9a1b3b12939c41ae2ba2c35b0ea41982
parent269c187966b385bef6ec5bff3b385b62d1c7d99a (diff)
downloadaur-0686a07a41c35a8ef469ff77d77fb04bf1b28742.tar.gz
updating makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e09eaa0dde0..ed4b6dfd11b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 22 04:59:37 UTC 2017
+# Mon Dec 3 11:36:35 UTC 2018
pkgbase = python-pychroot
pkgdesc = A python library and CLI tool that simplifies chroot handling
pkgver = 0.9.16
@@ -10,6 +10,7 @@ pkgbase = python-pychroot
license = BSD
makedepends = python
makedepends = python-snakeoil
+ makedepends = python-setuptools
depends = python
depends = python-snakeoil
source = https://pypi.python.org/packages/71/f0/c21a8e3f0b573424daa61700b08e76867742e43105631a996a22b99b1099/pychroot-0.9.16.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4f2cb6493325..e03ca15da0a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ pkgrel=5
pkgdesc="A python library and CLI tool that simplifies chroot handling"
arch=( 'i686' 'x86_64' )
url="https://pypi.python.org/pypi/pychroot/"
-license=( 'BSD' )
-depends=( 'python' 'python-snakeoil' )
-makedepends=( 'python' 'python-snakeoil' )
+license=('BSD')
+depends=('python' 'python-snakeoil')
+makedepends=('python' 'python-snakeoil' 'python-setuptools')
_pkgname=pychroot
install=