summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d4fc12e36c8..5aa683b2efa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=conda-build
pkgname=python-conda-build
pkgver=3.10.9
-pkgrel=1
+pkgrel=2
pkgdesc="Commands and tools for building conda packages"
arch=('any')
url="http://conda.pydata.org/docs/building/build.html"
@@ -15,6 +15,7 @@ depends=(
'python-conda'
'python-conda-verify'
'python-filelock'
+ 'python-future'
'python-glob2-git'
'python-jinja'
'python-pkginfo'