summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Jacob2019-02-03 21:49:39 +0100
committerFlorian Jacob2019-02-03 21:49:39 +0100
commit6bc2f550a5723989284410e5ba3bef45eeabdd71 (patch)
treeca1a8f72e03586636a884d2fce5cc1df41b3ef54 /PKGBUILD
parent49db54636c499f4c83bd57b996177c2102347072 (diff)
downloadaur-python2-plumbum.tar.gz
remove dependency to python2-six
see https://github.com/tomerfiliba/plumbum/commit/6bc56780e8bf10c39b2d795c07e3bced01d5c9df
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb879e3d1626..734954d645b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=plumbum
pkgname=python2-plumbum
pkgver=1.6.7
-pkgrel=1
+pkgrel=2
pkgdesc="Shell combinators library."
arch=('any')
url="https://pypi.python.org/pypi/plumbum"
license=('MIT')
groups=()
-depends=('python2' 'python2-six')
+depends=('python2')
makedepends=()
provides=()
conflicts=()