summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroysstu2019-11-16 11:08:50 +0100
committeroysstu2019-11-16 11:08:50 +0100
commitb4ffcfa86aa82f5e043b9b3e62036c00a310aef5 (patch)
tree177dfe886d573510d2a448269986b4757c485134
parent89dd496a17915a04ad0c47f967386b18d22fc7df (diff)
downloadaur-b4ffcfa86aa82f5e043b9b3e62036c00a310aef5.tar.gz
Add climin to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f78dbf236175..7a97e2c0b310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-paramz
pkgdesc = Parameterization Framework for parameterized model creation and handling
pkgver = 0.9.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sods/paramz
arch = any
license = BSD
@@ -10,6 +10,7 @@ pkgbase = python-paramz
depends = python-scipy
depends = python-six
depends = python-decorator
+ depends = python-climin-git
optdepends = ipython
optdepends = python-sphinx
optdepends = python-ipykernel
diff --git a/PKGBUILD b/PKGBUILD
index 7375f9ec7131..49de820b7909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-paramz
pkgver=0.9.5
-pkgrel=2
+pkgrel=3
pkgdesc="Parameterization Framework for parameterized model creation and handling"
arch=("any")
license=("BSD")
url="https://github.com/sods/paramz"
-depends=('python' 'python-numpy' 'python-scipy' 'python-six' 'python-decorator')
+depends=('python' 'python-numpy' 'python-scipy' 'python-six' 'python-decorator' 'python-climin-git')
optdepends=('ipython' 'python-sphinx' 'python-ipykernel' 'python-ipywidgets' 'python-jupyter_client' 'jupyter-notebook')
makedepends=()
source=("https://github.com/sods/paramz/archive/v${pkgver}.tar.gz")