summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2017-09-15 18:53:41 +0100
committerWill Handley2017-09-15 18:53:41 +0100
commit0a710242344dc93ba108f46434ee7ee24a455dfe (patch)
treef1e2b1d75c57b489fe533ffa04459f2d182ba09e /PKGBUILD
parent017ac71f84d35a84dcb5e6a1ef665239796eea25 (diff)
downloadaur-0a710242344dc93ba108f46434ee7ee24a455dfe.tar.gz
Version 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d262e29937e..a02cff3e3e72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=fgivenx
pkgname=python-$_modulename
-pkgver=1.0.22
+pkgver=1.1.0
pkgrel=2
pkgdesc="Functional Posterior Plotter"
arch=(any)
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d674ffaef7e47fd6105a521f2e8f4ee6da61fe8d0bba5d2dd1aeb6739e8fc71a')
+sha256sums=('8dbf495997300e52e8c20958d71d1f2fd69cd457ebfea108b10e8770dd6048d6')
package() {
cd "$srcdir/$_modulename-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1