summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd246ab2ad09..89d70afec22d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 14 00:29:10 UTC 2018
+# Sat Jul 14 01:09:44 UTC 2018
pkgbase = python-conda-build
pkgdesc = Commands and tools for building conda packages
pkgver = 3.10.9
- pkgrel = 1
+ pkgrel = 2
url = http://conda.pydata.org/docs/building/build.html
arch = any
license = BSD
@@ -13,6 +13,7 @@ pkgbase = python-conda-build
depends = python-conda
depends = python-conda-verify
depends = python-filelock
+ depends = python-future
depends = python-glob2-git
depends = python-jinja
depends = python-pkginfo
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'