summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-07-17 18:31:53 +0200
committerMichel Zou2023-07-17 18:31:53 +0200
commit473c152aa7e22291f11dd1a57dcf19d8652495e0 (patch)
treed42d8025a6473f186a9ce27aa4b5cc6f40d3268c
parentd299195b471562388babbd05e2a585d36b732c0b (diff)
downloadaur-473c152aa7e22291f11dd1a57dcf19d8652495e0.tar.gz
2.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da0f76448503..fcd87a241f0e 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.4
+ pkgver = 2.11.0
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.4.tar.gz
- sha256sums = c4b639a8e5afead1a1fd5afa53d7ddccd6f7c3620c92b1875c54cec1616dec01
+ source = https://github.com/modelon/PyFMI/archive/PyFMI-2.11.0.tar.gz
+ sha256sums = dd972f17d547a648d2b99f0c5cb93adb0fece8fd95afbd8c96a401d379508218
pkgname = python-pyfmi
diff --git a/PKGBUILD b/PKGBUILD
index 1ec0cbb7ac4a..2685aa5cebc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pyfmi
-pkgver=2.10.4
+pkgver=2.11.0
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=('c4b639a8e5afead1a1fd5afa53d7ddccd6f7c3620c92b1875c54cec1616dec01')
+sha256sums=('dd972f17d547a648d2b99f0c5cb93adb0fece8fd95afbd8c96a401d379508218')
build() {
cd "${srcdir}"/PyFMI-PyFMI-${pkgver}