summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-04-24 14:14:09 +0200
committerMichel Zou2023-04-24 14:14:09 +0200
commit6c7ede63fdae5a5811ded26e6240fb41ad32d2ed (patch)
tree44591caa372c09fa7eadd11a6ad16fc79ff81cce
parentd1b72c48e17802f171d7e8cf3bda92ab43a9acfe (diff)
downloadaur-6c7ede63fdae5a5811ded26e6240fb41ad32d2ed.tar.gz
2.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79095fc11209..53c40a98212c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyfmi
pkgdesc = A package for working with dynamic models compliant with the FMI standard.
- pkgver = 2.10.2
+ pkgver = 2.10.3
pkgrel = 1
url = http://www.pyfmi.org
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = python-pyfmi
depends = python-scipy
depends = python-lxml
depends = python-assimulo
- source = https://github.com/modelon/PyFMI/archive/PyFMI-2.10.2.tar.gz
- sha256sums = 940b7f24213a9a0e0b0ad302f07d7e77e1bccea04f4be4c5fa3b7eec669577a2
+ source = https://github.com/modelon/PyFMI/archive/PyFMI-2.10.3.tar.gz
+ sha256sums = 259fd8f2d6e1f57bc8ec6b4d701a3fe173782c5d95a677eb2f21e04b64a2be77
pkgname = python-pyfmi
diff --git a/PKGBUILD b/PKGBUILD
index e7d68771fbb6..24430127d2f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pyfmi
-pkgver=2.10.2
+pkgver=2.10.3
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=('940b7f24213a9a0e0b0ad302f07d7e77e1bccea04f4be4c5fa3b7eec669577a2')
+sha256sums=('259fd8f2d6e1f57bc8ec6b4d701a3fe173782c5d95a677eb2f21e04b64a2be77')
build() {
cd "${srcdir}"/PyFMI-PyFMI-${pkgver}