summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:44:21 +0100
committerWill Handley2022-07-01 15:44:21 +0100
commitb1994dac32899a5b595830a0c1ffc4a1a6d53ded (patch)
treebbcbdc94d3e10bc27527332e78727c732181c33d
parent0a3e4cf78cf88b284eab9b6c99ebdd96c5421d44 (diff)
downloadaur-python-camb-git.tar.gz
Updated
-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=()