summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')