summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroysstu2019-05-23 23:27:52 +0200
committeroysstu2019-05-23 23:27:52 +0200
commit0b9e4e8bfe8e70040af54a322cdc60867930b2fa (patch)
tree351a694152ae107bc7fa665466f0b30c9bd7b87d
parentdae5f0edfc7cc9d023f500aa727bf6fa02d137ed (diff)
downloadaur-0b9e4e8bfe8e70040af54a322cdc60867930b2fa.tar.gz
v0.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afd32fbbc08a..b41aa9dd9928 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-paramz
pkgdesc = Parameterization Framework for parameterized model creation and handling
- pkgver = 0.9.4
+ pkgver = 0.9.5
pkgrel = 1
url = https://github.com/sods/paramz
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-paramz
optdepends = python-ipywidgets
optdepends = python-jupyter_client
optdepends = jupyter-notebook
- source = https://github.com/sods/paramz/archive/v0.9.4.tar.gz
- sha512sums = 5d06864671df11d2fdc5231f0aeedeedf473b8323f84af060217b72c59a9f6aadcbfb17ab3fa38561acac16b1703c392a52f0bfda404a11285e550114d195f42
+ source = https://github.com/sods/paramz/archive/v0.9.5.tar.gz
+ sha256sums = 817af2566ae4dfdfb7fde54c69ebb52070da2077b25315fc8433bfd9e2e520dd
pkgname = python-paramz
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}"