summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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=()