summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:44:21 +0100
committerWill Handley2022-07-01 15:44:21 +0100
commitb1994dac32899a5b595830a0c1ffc4a1a6d53ded (patch)
treebbcbdc94d3e10bc27527332e78727c732181c33d /PKGBUILD
parent0a3e4cf78cf88b284eab9b6c99ebdd96c5421d44 (diff)
downloadaur-python-camb-git.tar.gz
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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=()