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 2a5afba96c24..b006fb00f704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=oct2py
pkgname=python-oct2py
-pkgver=5.4.1
+pkgver=5.4.3
pkgrel=1
pkgdesc="Python to GNU Octave bridge."
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
)
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-b2sums=('da2a509c4b987ea526d4087bfc9556d1ddce328b4e677306a992a9b2cbcb645741d9b9ace46e4232759c11e6f9577612f543632aa8f09232b1f70a932e5310aa')
+b2sums=('0bd6b2e550f9bd2208160d1452d44a1c12ed46d20ed65646407b13604c8242b99f61e396cf7adc58d098ccbbf6f5f6a19a69b9e282dd08105196afeb1027cfca')
build() {
cd "$srcdir/$_name-$pkgver" || exit