summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-05-16 20:05:21 +0200
committerMichel Zou2022-05-16 20:05:21 +0200
commita3b4eaa7bef1255b8f9f60d12dc8f0a211a42813 (patch)
tree64b071e8e1244a6ade8c1cdc59d70b21531f4517
parent682018b44c71c98b843bba3f41aa9c83372361bb (diff)
downloadaur-a3b4eaa7bef1255b8f9f60d12dc8f0a211a42813.tar.gz
2.9.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f08ca4e4b5..63b727dedd07 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.9.6
+ pkgver = 2.9.7
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.9.6.tar.gz
- sha256sums = a60444a66355225c060aa0e724fdd6a39c1bca5c02175e9882ff6866175d4fbc
+ source = https://github.com/modelon/PyFMI/archive/PyFMI-2.9.7.tar.gz
+ sha256sums = c64f13d64d3d895df1c8f476e61b57734de8a1f4eb0c8cb7e66697084c049373
pkgname = python-pyfmi
diff --git a/PKGBUILD b/PKGBUILD
index 47049477704c..9fa1ad154316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pyfmi
-pkgver=2.9.6
+pkgver=2.9.7
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=('a60444a66355225c060aa0e724fdd6a39c1bca5c02175e9882ff6866175d4fbc')
+sha256sums=('c64f13d64d3d895df1c8f476e61b57734de8a1f4eb0c8cb7e66697084c049373')
build() {
cd "${srcdir}"/PyFMI-PyFMI-${pkgver}