summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-05-31 12:23:49 +0100
committerWill Handley2020-05-31 12:23:49 +0100
commiteec17cc9d52fdd8ed02f416fdbcbebc0b68f7669 (patch)
tree6d3b66775282056b247485f05c912789c9e9b7e3
parent5b9774c2966312821c65358e1868101fef2e02ee (diff)
downloadaur-eec17cc9d52fdd8ed02f416fdbcbebc0b68f7669.tar.gz
1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dbaaf13c4c3..db740c20c196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling visualisation
- pkgver = 1.2.6
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/williamjameshandley/anesthetic
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-anesthetic
depends = python-pandas
depends = python-fastkde
options = !emptydirs
- source = https://github.com/williamjameshandley/anesthetic/archive/1.2.6.tar.gz
- sha256sums = 5cf7b03ef8c471483173b0c7acd4a6ca4ac0eab69363e307298ee4ce44d98572
+ source = https://github.com/williamjameshandley/anesthetic/archive/1.3.0.tar.gz
+ sha256sums = e693222ab55699e4903d2f1c734992430f26ca3645880393672b768439fc6451
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 265aefca5ad0..d71aef055aaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=anesthetic
pkgname=python-$_modulename
-pkgver=1.2.6
+pkgver=1.3.0
pkgrel=1
pkgdesc="nested sampling visualisation"
arch=(any)
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('5cf7b03ef8c471483173b0c7acd4a6ca4ac0eab69363e307298ee4ce44d98572')
+sha256sums=('e693222ab55699e4903d2f1c734992430f26ca3645880393672b768439fc6451')
package() {
cd "$srcdir/$_modulename-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1