summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Maslowski2016-04-22 14:36:59 +0200
committerDaniel Maslowski2016-04-22 14:36:59 +0200
commita5e3402b5b83a0cc44d8e8329ca089d2a01c1c3f (patch)
treea3b07b36cafe7eb99d94e121827c7e69f128dfa4
parent299c10eedc075736c59497772787c56d4475da61 (diff)
downloadaur-a5e3402b5b83a0cc44d8e8329ca089d2a01c1c3f.tar.gz
+conda-build optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 644fef12260d..fec25f9fb04a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Apr 8 11:34:42 UTC 2016
+# Fri Apr 22 12:36:34 UTC 2016
pkgbase = python-conda
pkgdesc = OS-agnostic, system-level binary package manager and ecosystem
pkgver = 4.0.5
@@ -13,6 +13,7 @@ pkgbase = python-conda
depends = python-requests
depends = python-yaml
optdepends = python-conda-env: to use the conda env command
+ optdepends = python-conda-build: to use the conda build command
provides = conda
options = !emptydirs
source = https://github.com/conda/conda/archive/4.0.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8029c9a10874..4c3cee687150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,10 @@ license=('BSD')
groups=()
depends=('python' 'python-psutil' 'python-pycosat>=0.6.1' 'python-requests' 'python-yaml')
makedepends=()
-optdepends=('python-conda-env: to use the conda env command')
+optdepends=(
+ 'python-conda-env: to use the conda env command'
+ 'python-conda-build: to use the conda build command'
+)
provides=('conda')
conflicts=()
replaces=()