summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6757a2237fae..e7d68771fbb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pyfmi
-pkgver=2.10
+pkgver=2.10.2
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=('ebb57dd4f7580e1edf7658d632e379f1f8dfb715b22663fb3ef0e55d4d685123')
+sha256sums=('940b7f24213a9a0e0b0ad302f07d7e77e1bccea04f4be4c5fa3b7eec669577a2')
build() {
cd "${srcdir}"/PyFMI-PyFMI-${pkgver}