summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2024-05-20 10:40:45 +0100
committerWill Handley2024-05-20 10:40:45 +0100
commita0c0a35e73a446921ea88b24058e3cbe04e76248 (patch)
tree9c55e7cf8d99ecc8f6cff2e1e0aff09ed2a56247 /PKGBUILD
parent3872395f3b98a0f27381de68143ce6e915cfb529 (diff)
downloadaur-python-cobaya.tar.gz
pyside2 -> pyside6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a17bf69df7a2..5d6c98dd36f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-cobaya
_name=${pkgname#python-}
pkgver=3.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Code for Bayesian Analysis in Cosmology"
arch=(any)
url="https://github.com/CobayaSampler/$_name"
license=()
groups=()
-depends=(python-numpy python-scipy python-pytz python-six python-dateutil python-pandas python-yaml wget python-pybobyqa python-kiwisolver python-pyparsing python-cycler python-matplotlib python-getdist python-fuzzywuzzy pyside2)
+depends=(python-numpy python-scipy python-pytz python-six python-dateutil python-pandas python-yaml wget python-pybobyqa python-kiwisolver python-pyparsing python-cycler python-matplotlib python-getdist python-fuzzywuzzy pyside6)
makedepends=(python-build python-installer)
provides=()
conflicts=()