summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3235f9e2212..09b068a2ac56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-camb
pkgdesc = Code for Anisotropies in the Microwave Background
pkgver = 1.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cmbant/CAMB
arch = any
license = custom
makedepends = python-setuptools
options = !emptydirs
source = https://github.com/cmbant/CAMB/archive/1.0.7.tar.gz
- sha256sums = a33eaa474d8b8b7b7a494f9273134cf101d13db993473388cda425913b93793f
+ sha256sums = 189768e0a4b1df9d5b30a6639549b0e2fa571ea370863f1a393281326c30a236
pkgname = python-camb
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 657381a562f9..bfc617f305bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-camb
pkgname=("python-camb" "python2-camb")
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
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=('a33eaa474d8b8b7b7a494f9273134cf101d13db993473388cda425913b93793f')
+sha256sums=('189768e0a4b1df9d5b30a6639549b0e2fa571ea370863f1a393281326c30a236')
package_python-camb() {
depends=('python-numpy' 'gcc-fortran')