summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2178546f9dc..c837603bac03 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.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="nested sampling visualisation"
arch=(any)
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('183884e3d68dd3a3d7b4401e18d801a7313d63b7834fd1ad2c58f36aa577bcf8')
+sha256sums=('7e81f08cd22f2b23cb4c595acedcf431e6c2c7420ed28ab3cdf0f46f35c27cda')
package() {
cd "$srcdir/$_modulename-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1