summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2022-08-25 21:52:41 +0100
committerWill Handley2022-08-25 21:52:41 +0100
commit612fe29a63ef8227237403babfb6e8b68c712981 (patch)
treebd11962351d6dca3695b833efb49d5f85e94cf8c /PKGBUILD
parent36ac30e42ae2afbd7ca3ddf85d0f2eb392941351 (diff)
downloadaur-612fe29a63ef8227237403babfb6e8b68c712981.tar.gz
1.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c4ed39bdcfc..e065a131836d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-camb
_name=${pkgname#python-}
-pkgver=1.3.2
-pkgrel=3
+pkgver=1.3.5
+pkgrel=1
pkgdesc="Code for Anisotropies in the Microwave Background"
arch=(any)
url="https://github.com/cmbant/CAMB"
@@ -16,7 +16,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=(ae1604e72b10515505ff675a139e1bc1d34b48733974e5feb0c1ce4fbb8b1b00)
+sha256sums=(ac0f2834387fab653b0ea166e4f0614b6e721bb6839df60595554d445c292e8d)
build() {
cd "$srcdir/$_name-$pkgver"
python -m build --wheel --no-isolation