summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2017-09-20 09:54:32 +0100
committerWill Handley2017-09-20 09:55:52 +0100
commit38e8f55cf46f6452b7f3cc7ea3867fad8052962e (patch)
tree111afd335650e40db58ea3f113b53c4f57e5f3e9 /PKGBUILD
parent11818bf82b8b4a6cf6fa70da75cbf0ae60b92c04 (diff)
downloadaur-38e8f55cf46f6452b7f3cc7ea3867fad8052962e.tar.gz
Corrected license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 463ecd053b99..8b196270b4f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_modulename=camb
pkgname=python-$_modulename
pkgver=0.1.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Code for Anisotropies in the Microwave Background"
arch=(any)
url="https://github.com/cmbant/CAMB"
-license=('MIT')
+license=('http://camb.info/CAMBsubmit.html')
groups=()
depends=('python-numpy' 'gcc-fortran')
makedepends=('python-setuptools')