summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2023-12-06 21:20:25 +0000
committerWill Handley2023-12-06 21:20:25 +0000
commit694bd93e83d77329b3e647a16d40a898ca9969c3 (patch)
tree2266ae7f88362309e16eec8d77d09a0154abc092
parent36673a0630b0e93ef4a2d9b197c959007ae2316b (diff)
downloadaur-python-camb.tar.gz
1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86ef7a4d8a1b..8e732c3236fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-camb
pkgdesc = Code for Anisotropies in the Microwave Background
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/cmbant/CAMB
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-camb
makedepends = python-build
makedepends = python-installer
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/c/camb/camb-1.5.0.tar.gz
- sha256sums = ea17b6dddb926138a21f8708d519b75ce1e63462e0e9bc95d986db5a7d30342a
+ source = https://files.pythonhosted.org/packages/source/c/camb/camb-1.5.1.tar.gz
+ sha256sums = 0feee41a8bacb8406c6035d4a53de0a15dfee38622cb523d575a2b6acdde601b
pkgname = python-camb
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