summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-12-02 18:08:28 +0000
committerWill Handley2020-12-02 18:08:28 +0000
commitbf125414fca7c0a86c22e81e1c45451db56fefd4 (patch)
tree5c10d94e9712ac2dc17be236d84e34414f1e0d4c
parent3f1154959381e6d961be823a7e60d598e22b98a6 (diff)
downloadaur-bf125414fca7c0a86c22e81e1c45451db56fefd4.tar.gz
Version 1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87e92c83431f..a72753c628ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-camb
pkgdesc = Code for Anisotropies in the Microwave Background
- pkgver = 1.1.3
- pkgrel = 2
+ pkgver = 1.2.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.1.3.tar.gz
- sha256sums = d3959b7984a363b855ea45267fb9e977e68b7c78de020fa47352b169b85ee6a4
+ source = https://github.com/cmbant/CAMB/archive/1.2.0.tar.gz
+ sha256sums = 4cc3b081ba18476af8371fe593075f65addbed9f354525d08eb65678bcb2fffd
pkgname = python-camb
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 376367ad340c..fff531bee4a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgbase=python-camb
pkgname=("python-camb")
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.2.0
+pkgrel=0
pkgdesc="Code for Anisotropies in the Microwave Background"
arch=(any)
url="https://github.com/cmbant/CAMB"
@@ -16,7 +16,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d3959b7984a363b855ea45267fb9e977e68b7c78de020fa47352b169b85ee6a4')
+sha256sums=('4cc3b081ba18476af8371fe593075f65addbed9f354525d08eb65678bcb2fffd')
package() {
depends=('python-numpy' 'gcc-fortran')
cd "$srcdir/CAMB-$pkgver/"