summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-06-19 17:51:37 +0200
committerMichel Zou2023-06-19 17:51:37 +0200
commitd299195b471562388babbd05e2a585d36b732c0b (patch)
tree4ad285aa9ec5835a11c29fca6313a21f8fee75a2 /PKGBUILD
parent6c7ede63fdae5a5811ded26e6240fb41ad32d2ed (diff)
downloadaur-d299195b471562388babbd05e2a585d36b732c0b.tar.gz
2.10.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24430127d2f5..1ec0cbb7ac4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pyfmi
-pkgver=2.10.3
+pkgver=2.10.4
pkgrel=1
pkgdesc="A package for working with dynamic models compliant with the FMI standard."
url="http://www.pyfmi.org"
@@ -8,7 +8,7 @@ license=('LGPL')
makedepends=('python-setuptools' 'cython')
depends=('fmilib' 'python-scipy' 'python-lxml' 'python-assimulo')
source=("https://github.com/modelon/PyFMI/archive/PyFMI-${pkgver}.tar.gz")
-sha256sums=('259fd8f2d6e1f57bc8ec6b4d701a3fe173782c5d95a677eb2f21e04b64a2be77')
+sha256sums=('c4b639a8e5afead1a1fd5afa53d7ddccd6f7c3620c92b1875c54cec1616dec01')
build() {
cd "${srcdir}"/PyFMI-PyFMI-${pkgver}