summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2021-05-03 21:56:44 +0100
committerWill Handley2021-05-03 21:56:44 +0100
commitc931be4e9c1be18acae60847db690da1a860f2a6 (patch)
tree7c288f4022b976166de0c7f9c6bd837ccb5a4c5d
parent7409a1bfd7966e37b0ba42e8182e7f788fb1e7d6 (diff)
downloadaur-c931be4e9c1be18acae60847db690da1a860f2a6.tar.gz
3.0.1
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cffab5c7a54..7f06df86b3fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgbase=python-class
pkgname=("python-class")
-pkgver=2.9.4
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
pkgdesc="CLASS: Cosmic Linear Anisotropy Solving System"
arch=(any)
url="https://github.com/lesgourg/class_public"
@@ -16,11 +16,11 @@ depends=('cython')
options=(!emptydirs)
install=
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('60dc445a733e94f9a862c81447cccdc60af02b9517461e20ee30b2a0901cec8e')
+sha256sums=('f8d6e43a9a54fb1414f2d59e23b030ce0ee81bd41cb5221d29cbbc5387ce6f38')
package() {
cd "$srcdir/class_public-${pkgver}/"
- make -j libclass.a
+ make -j libclass.a
cd python
sed -i 's/libraries=\["class"\]/libraries=["class", "mvec", "m"]/' setup.py
python setup.py install --root="$pkgdir/" --optimize=1