summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-08-14 09:15:04 +0100
committerWill Handley2020-08-14 09:15:04 +0100
commit4d64ea6f26a0ee3f9630b5d8adadeacb2fdb1d12 (patch)
tree9c58e050ec6248a759edd446720685dd40a3c67a
parentfb4a93dc695d71dca49833ed90f67b7d58e9d339 (diff)
downloadaur-4d64ea6f26a0ee3f9630b5d8adadeacb2fdb1d12.tar.gz
Updated to 2.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD5
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 096481dd8b87..8330b52b7916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-class
pkgdesc = CLASS: Cosmic Linear Anisotropy Solving System
- pkgver = 2.9.3
+ pkgver = 2.9.4
pkgrel = 1
url = https://github.com/lesgourg/class_public
arch = any
depends = cython
options = !emptydirs
- source = https://github.com/lesgourg/class_public/archive/v2.9.3.tar.gz
- sha256sums = d20bbe92f320085a3f010fff20dbd3dd20968cb74fc5234f7a6b8de1c7164f90
+ source = https://github.com/lesgourg/class_public/archive/v2.9.4.tar.gz
+ sha256sums = 60dc445a733e94f9a862c81447cccdc60af02b9517461e20ee30b2a0901cec8e
pkgname = python-class
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f52b2f5a9940
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.tar.xz
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6495507541d5..7659b14689c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgbase=python-class
pkgname=("python-class")
-pkgver=2.9.3
+pkgver=2.9.4
pkgrel=1
pkgdesc="CLASS: Cosmic Linear Anisotropy Solving System"
arch=(any)
@@ -16,7 +16,8 @@ depends=('cython')
options=(!emptydirs)
install=
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d20bbe92f320085a3f010fff20dbd3dd20968cb74fc5234f7a6b8de1c7164f90')
+sha256sums=('60dc445a733e94f9a862c81447cccdc60af02b9517461e20ee30b2a0901cec8e')
+
package() {
cd "$srcdir/class_public-${pkgver}/"
make -j libclass.a