summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-11-13 11:43:29 +0100
committerMichel Zou2020-11-13 11:43:29 +0100
commitf207447df43f6aa941f9bf12dd402740dbdd4077 (patch)
treef287c4a1dd10fc3f5c49e16a86862dab5a6cb074 /PKGBUILD
parent37800c9f8078b1a27f06927e3b448bef36aa1c60 (diff)
downloadaur-f207447df43f6aa941f9bf12dd402740dbdd4077.tar.gz
2.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8e99e91a666..75cf3622b8df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python-pyfmi
-pkgver=2.8
+pkgver=2.8.2
pkgrel=1
pkgdesc="A package for working with dynamic models compliant with the FMI standard."
url="http://www.pyfmi.org"
-arch=('i686' 'x86_64')
+arch=('x86_64')
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=('b00e967a5bbe0325e28ae20bbc147320b695baf6a1cfa2c384731dcc0488e273')
+sha256sums=('7398ae1c0141734769450857e892243b9f32a92dce155a475ec62c83c58b914b')
build() {
cd "${srcdir}"/PyFMI-PyFMI-${pkgver}