summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-09-26 21:18:24 +0200
committerMichel Zou2022-09-26 21:18:24 +0200
commitfb135e78585d73134b16acd50c770bb1c35f5065 (patch)
treeb663ba938db71578d7944441ae105aff75ad863d
parenta3b4eaa7bef1255b8f9f60d12dc8f0a211a42813 (diff)
downloadaur-fb135e78585d73134b16acd50c770bb1c35f5065.tar.gz
2.9.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63b727dedd07..9a4d386800d0 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.7
+ pkgver = 2.9.8
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.7.tar.gz
- sha256sums = c64f13d64d3d895df1c8f476e61b57734de8a1f4eb0c8cb7e66697084c049373
+ source = https://github.com/modelon/PyFMI/archive/PyFMI-2.9.8.tar.gz
+ sha256sums = 3d7c24428545e43e6e8af42efe3860743e5cc2830e56b9574dd6c687ccf9aadc
pkgname = python-pyfmi
diff --git a/PKGBUILD b/PKGBUILD
index 9fa1ad154316..eca749e54a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pyfmi
-pkgver=2.9.7
+pkgver=2.9.8
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=('c64f13d64d3d895df1c8f476e61b57734de8a1f4eb0c8cb7e66697084c049373')
+sha256sums=('3d7c24428545e43e6e8af42efe3860743e5cc2830e56b9574dd6c687ccf9aadc')
build() {
cd "${srcdir}"/PyFMI-PyFMI-${pkgver}