summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoroysstu2019-05-23 23:27:52 +0200
committeroysstu2019-05-23 23:27:52 +0200
commit0b9e4e8bfe8e70040af54a322cdc60867930b2fa (patch)
tree351a694152ae107bc7fa665466f0b30c9bd7b87d /PKGBUILD
parentdae5f0edfc7cc9d023f500aa727bf6fa02d137ed (diff)
downloadaur-0b9e4e8bfe8e70040af54a322cdc60867930b2fa.tar.gz
v0.9.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4ba1f27ffbf..c5de772fe761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:
pkgname=python-paramz
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=1
pkgdesc="Parameterization Framework for parameterized model creation and handling"
arch=("any")
@@ -12,7 +12,7 @@ depends=('python' 'python-numpy' 'python-scipy' 'python-six' 'python-decorator')
optdepends=('ipython' 'python-sphinx' 'python-ipykernel' 'python-ipywidgets' 'python-jupyter_client' 'jupyter-notebook')
makedepends=()
source=("https://github.com/sods/paramz/archive/v${pkgver}.tar.gz")
-sha512sums=("5d06864671df11d2fdc5231f0aeedeedf473b8323f84af060217b72c59a9f6aadcbfb17ab3fa38561acac16b1703c392a52f0bfda404a11285e550114d195f42")
+sha256sums=("817af2566ae4dfdfb7fde54c69ebb52070da2077b25315fc8433bfd9e2e520dd")
build() {
cd "paramz-${pkgver}"