summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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