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 a87010181a32..7c9719506db9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
pkgname=python-meshio
-pkgver=4.3.12
+pkgver=4.3.13
pkgrel=1
pkgdesc='Input/output for many mesh formats'
url='https://github.com/nschloe/meshio'
@@ -10,7 +10,7 @@ depends=('python-numpy')
makedepends=('python-build' 'python-pip')
optdepends=('python-netcdf4' 'python-h5py')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('36c160797fbe327fc3c7fe8a83e358d158b38cb67c0adcd96f6140b78d1ed6dc')
+sha256sums=('73a345df10538283b4f00d544e1920a62f1cbcc6a225cb1c0a5d27c0838851a4')
build() {
cd "meshio-$pkgver"