summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2021-03-16 14:43:14 +0000
committerWill Handley2021-03-16 14:43:14 +0000
commit2d51a93283f905cbd52a836b93cddf09a1be2c70 (patch)
tree2a58e104e30650a21b59afa899c95cd1f85f792e
parentc42153c102577d07e9f43fe0e35775274bdc0836 (diff)
downloadaur-2d51a93283f905cbd52a836b93cddf09a1be2c70.tar.gz
1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b5d26371e57..d72735a0ecc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-camb
pkgdesc = Code for Anisotropies in the Microwave Background
- pkgver = 1.3.0
+ pkgver = 1.3.2
pkgrel = 0
url = https://github.com/cmbant/CAMB
arch = any
license = custom
makedepends = python-setuptools
options = !emptydirs
- source = https://github.com/cmbant/CAMB/archive/1.3.0.tar.gz
- sha256sums = 0057a97d75360e43d54589fb6d17daf3b885042fb832b4d0c08e2fe8f1c1d03e
+ source = https://github.com/cmbant/CAMB/archive/1.3.2.tar.gz
+ sha256sums = 38e49aa1e5b856ff2efd909490fde60682287811703fabf418afbc81347cd0c2
pkgname = python-camb
depends = python-numpy
diff --git a/.gitignore b/.gitignore
index b20752a93bec..a6b8c850ccb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.tar.gz
*.tar.xz
+*.tar.zst
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index a4b401a11920..76206bb7ad4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgbase=python-camb
pkgname=("python-camb")
-pkgver=1.3.0
+pkgver=1.3.2
pkgrel=0
pkgdesc="Code for Anisotropies in the Microwave Background"
arch=(any)
@@ -16,7 +16,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('0057a97d75360e43d54589fb6d17daf3b885042fb832b4d0c08e2fe8f1c1d03e')
+sha256sums=('38e49aa1e5b856ff2efd909490fde60682287811703fabf418afbc81347cd0c2')
package() {
depends=('python-numpy' 'gcc-fortran')
cd "$srcdir/CAMB-$pkgver/"