diff options
author | Will Handley | 2024-05-20 10:40:45 +0100 |
---|---|---|
committer | Will Handley | 2024-05-20 10:40:45 +0100 |
commit | a0c0a35e73a446921ea88b24058e3cbe04e76248 (patch) | |
tree | 9c55e7cf8d99ecc8f6cff2e1e0aff09ed2a56247 /PKGBUILD | |
parent | 3872395f3b98a0f27381de68143ce6e915cfb529 (diff) | |
download | aur-python-cobaya.tar.gz |
pyside2 -> pyside6
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=() |