summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-09-20 09:54:32 +0100
committerWill Handley2017-09-20 09:55:52 +0100
commit38e8f55cf46f6452b7f3cc7ea3867fad8052962e (patch)
tree111afd335650e40db58ea3f113b53c4f57e5f3e9
parent11818bf82b8b4a6cf6fa70da75cbf0ae60b92c04 (diff)
downloadaur-38e8f55cf46f6452b7f3cc7ea3867fad8052962e.tar.gz
Corrected license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eccecfd32216..b28dfe7a7804 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-camb
pkgdesc = Code for Anisotropies in the Microwave Background
pkgver = 0.1.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cmbant/CAMB
arch = any
- license = MIT
+ license = http://camb.info/CAMBsubmit.html
makedepends = python-setuptools
depends = python-numpy
depends = gcc-fortran
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')