summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2021-01-19 22:34:20 +0000
committerWill Handley2021-01-19 22:34:20 +0000
commitc42153c102577d07e9f43fe0e35775274bdc0836 (patch)
tree9698434b78ff9461a150818c21fa1a86f546a798
parentbf125414fca7c0a86c22e81e1c45451db56fefd4 (diff)
downloadaur-c42153c102577d07e9f43fe0e35775274bdc0836.tar.gz
1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a72753c628ac..4b5d26371e57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-camb
pkgdesc = Code for Anisotropies in the Microwave Background
- pkgver = 1.2.0
+ pkgver = 1.3.0
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.2.0.tar.gz
- sha256sums = 4cc3b081ba18476af8371fe593075f65addbed9f354525d08eb65678bcb2fffd
+ source = https://github.com/cmbant/CAMB/archive/1.3.0.tar.gz
+ sha256sums = 0057a97d75360e43d54589fb6d17daf3b885042fb832b4d0c08e2fe8f1c1d03e
pkgname = python-camb
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index fff531bee4a5..a4b401a11920 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.2.0
+pkgver=1.3.0
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=('4cc3b081ba18476af8371fe593075f65addbed9f354525d08eb65678bcb2fffd')
+sha256sums=('0057a97d75360e43d54589fb6d17daf3b885042fb832b4d0c08e2fe8f1c1d03e')
package() {
depends=('python-numpy' 'gcc-fortran')
cd "$srcdir/CAMB-$pkgver/"