summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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/"