summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327ffcccfda5..9a921103a1e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-camb-git
pkgdesc = Code for Anisotropies in the Microwave Background
- pkgver = r491.0dbbbb9
- pkgrel = 4
+ pkgver = r1189.0b70190
+ pkgrel = 1
url = https://github.com/cmbant/CAMB
arch = any
makedepends = git
@@ -14,4 +14,3 @@ pkgbase = python-camb-git
md5sums = SKIP
pkgname = python-camb-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 93255012bc4c..1361e5115c50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_pkgname=camb
pkgname=python-$_pkgname-git
-pkgver=r491.0dbbbb9
-pkgrel=4
+pkgver=r1189.0b70190
+pkgrel=1
pkgdesc="Code for Anisotropies in the Microwave Background"
arch=('any')
url="https://github.com/cmbant/CAMB"
license=()
groups=()
-depends=('python-numpy' 'gcc-fortran')
-makedepends=('git' 'python-setuptools')
+depends=(python-numpy gcc-fortran)
+makedepends=(git python-setuptools)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()