summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2023-12-06 21:20:25 +0000
committerWill Handley2023-12-06 21:20:25 +0000
commit694bd93e83d77329b3e647a16d40a898ca9969c3 (patch)
tree2266ae7f88362309e16eec8d77d09a0154abc092 /PKGBUILD
parent36673a0630b0e93ef4a2d9b197c959007ae2316b (diff)
downloadaur-python-camb.tar.gz
1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db89f53cc474..9e64e525358d 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.5.0
+pkgver=1.5.1
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=('ea17b6dddb926138a21f8708d519b75ce1e63462e0e9bc95d986db5a7d30342a')
+sha256sums=('0feee41a8bacb8406c6035d4a53de0a15dfee38622cb523d575a2b6acdde601b')
build() {
cd "$srcdir/$_name-$pkgver"
python -m build --wheel --no-isolation