summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-03-12 12:34:24 +0100
committerMichel Zou2023-03-12 12:34:24 +0100
commitf263e067dbea32cf1b93f2b8456ba06424247383 (patch)
treef3fbfbb716a3f55613d3c964b211d1a44890a5aa
parentfb135e78585d73134b16acd50c770bb1c35f5065 (diff)
downloadaur-f263e067dbea32cf1b93f2b8456ba06424247383.tar.gz
2.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4d386800d0..8f714e4cabc5 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.8
+ pkgver = 2.10
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.8.tar.gz
- sha256sums = 3d7c24428545e43e6e8af42efe3860743e5cc2830e56b9574dd6c687ccf9aadc
+ source = https://github.com/modelon/PyFMI/archive/PyFMI-2.10.tar.gz
+ sha256sums = ebb57dd4f7580e1edf7658d632e379f1f8dfb715b22663fb3ef0e55d4d685123
pkgname = python-pyfmi
diff --git a/PKGBUILD b/PKGBUILD
index eca749e54a04..6757a2237fae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pyfmi
-pkgver=2.9.8
+pkgver=2.10
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=('3d7c24428545e43e6e8af42efe3860743e5cc2830e56b9574dd6c687ccf9aadc')
+sha256sums=('ebb57dd4f7580e1edf7658d632e379f1f8dfb715b22663fb3ef0e55d4d685123')
build() {
cd "${srcdir}"/PyFMI-PyFMI-${pkgver}