summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2023-07-18 12:22:15 +0100
committerWill Handley2023-07-18 12:22:15 +0100
commitf98c5e6ff6078f5889e4be93cdcf7fe87fe7e292 (patch)
tree06a948c6f47b93d939a8aa03f41254d229eacb15 /PKGBUILD
parent612fe29a63ef8227237403babfb6e8b68c712981 (diff)
downloadaur-f98c5e6ff6078f5889e4be93cdcf7fe87fe7e292.tar.gz
1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e065a131836d..db89f53cc474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-camb
_name=${pkgname#python-}
-pkgver=1.3.5
+pkgver=1.5.0
pkgrel=1
pkgdesc="Code for Anisotropies in the Microwave Background"
arch=(any)
@@ -16,7 +16,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=(ac0f2834387fab653b0ea166e4f0614b6e721bb6839df60595554d445c292e8d)
+sha256sums=('ea17b6dddb926138a21f8708d519b75ce1e63462e0e9bc95d986db5a7d30342a')
build() {
cd "$srcdir/$_name-$pkgver"
python -m build --wheel --no-isolation