summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-04-25 21:14:02 +0200
committerMichel Zou2024-04-25 21:14:02 +0200
commit52ca08e1de6e40d0aa41f4aaa4370d1905e48ab4 (patch)
treee50fb8fe5236700960212fb00e0e4ec3d928dc4b /PKGBUILD
parent473c152aa7e22291f11dd1a57dcf19d8652495e0 (diff)
downloadaur-52ca08e1de6e40d0aa41f4aaa4370d1905e48ab4.tar.gz
2.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2685aa5cebc7..aba53d104fc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pyfmi
-pkgver=2.11.0
+pkgver=2.12.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=('dd972f17d547a648d2b99f0c5cb93adb0fece8fd95afbd8c96a401d379508218')
+sha256sums=('d1b4afc9771e2f631f3f9741539f56a7ff42267f60ff87a4aea83e21fa09fea5')
build() {
cd "${srcdir}"/PyFMI-PyFMI-${pkgver}