summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2019-07-30 14:02:33 +0100
committerWill Handley2019-07-30 14:02:33 +0100
commitfa0883c404cb5a582a7bce7f539f070e01167d8f (patch)
tree08d8e3bc6ceae370ae629bdb469b424eabaf1196
parent75c22dfcdb224dfa5f1a3c144596425d9773017d (diff)
downloadaur-fa0883c404cb5a582a7bce7f539f070e01167d8f.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
2 files changed, 17 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd2a094ed3f9..67409bb73414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,24 @@
pkgbase = python-cobaya
pkgdesc = Code for Bayesian Analysis in Cosmology
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CobayaSampler/cobaya
arch = any
makedepends = python-setuptools
+ depends = python-numpy
+ depends = python-pyaml
+ depends = python-pandas
+ depends = python-getdist
+ depends = python-scipy
+ depends = python-imageio
+ depends = python-fuzzywuzzy
+ depends = python-wget
+ depends = python-dateutil
+ depends = python-pytz
+ depends = python-pillow
+ depends = python-enum-compat
+ depends = python-future
+ depends = python-six
options = !emptydirs
source = https://github.com/CobayaSampler/cobaya/archive/v1.2.1.tar.gz
sha256sums = 776bc0adb29985873689d84a0646f34d7dbd79e6085427dc70f348e6d08b34f3
diff --git a/PKGBUILD b/PKGBUILD
index 32f8b8eefa8e..34b5e4b863b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_modulename=cobaya
pkgname=python-$_modulename
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Code for Bayesian Analysis in Cosmology"
arch=(any)
url="https://github.com/CobayaSampler/$_modulename"
license=()
groups=()
-depends=()
+depends=(python-numpy python-pyaml python-pandas python-getdist python-scipy python-imageio python-fuzzywuzzy python-wget python-dateutil python-pytz python-pillow python-enum-compat python-future python-six)
makedepends=('python-setuptools')
provides=()
conflicts=()