summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cfce3650f2f..d8f39e31c813 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.6
+ pkgver = 2.7.1
pkgrel = 1
url = http://www.pyfmi.org
arch = i686
@@ -12,8 +12,8 @@ pkgbase = python-pyfmi
depends = python-scipy
depends = python-lxml
depends = python-assimulo
- source = https://github.com/modelon/PyFMI/archive/PyFMI-2.6.tar.gz
- sha256sums = c917575525c6b7e06a6e2c467dbbe547b370c8ba6bb76992a623e76333334c97
+ source = https://github.com/modelon/PyFMI/archive/PyFMI-2.7.1.tar.gz
+ sha256sums = 334ae1d629794487d92ecaba23e2b51226f5320db7267ec764c9dcc6df35fd41
pkgname = python-pyfmi
diff --git a/PKGBUILD b/PKGBUILD
index 8b8c5e9a04a1..b0a2005ea93f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-pyfmi
-pkgver=2.6
+pkgver=2.7.1
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=('c917575525c6b7e06a6e2c467dbbe547b370c8ba6bb76992a623e76333334c97')
+sha256sums=('334ae1d629794487d92ecaba23e2b51226f5320db7267ec764c9dcc6df35fd41')
build() {
cd "${srcdir}"/PyFMI-PyFMI-${pkgver}