diff options
author | Michel Zou | 2020-04-25 20:12:43 +0200 |
---|---|---|
committer | Michel Zou | 2020-04-25 20:12:43 +0200 |
commit | c612eee5545b9a5bdbd309bbd89eeede431948d6 (patch) | |
tree | 32bc1a0d109325fb77c85dc15d99c80bf6ec5abf | |
parent | 1f4ca8664505cea0f2a0509872ead03ee31f6415 (diff) | |
download | aur-c612eee5545b9a5bdbd309bbd89eeede431948d6.tar.gz |
0.2.19
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 7 deletions
@@ -1,15 +1,13 @@ -# Generated by mksrcinfo v8 -# Wed May 16 14:06:23 UTC 2018 pkgbase = python-fmpy pkgdesc = Simulate Functional Mockup Units (FMUs) in Python - pkgver = 0.2.3 + pkgver = 0.2.19 pkgrel = 1 url = https://github.com/CATIA-Systems/FMPy arch = any license = BSD makedepends = python-setuptools - source = https://github.com/CATIA-Systems/FMPy/archive/v0.2.3.tar.gz - md5sums = 628ff9439b7e14f2644e0caefd7b8dd3 + source = https://github.com/CATIA-Systems/FMPy/archive/v0.2.19.tar.gz + md5sums = cf07d9da29f1e1ae29e6dff84534362c pkgname = python-fmpy @@ -1,5 +1,5 @@ pkgname=python-fmpy -pkgver=0.2.3 +pkgver=0.2.19 pkgrel=1 pkgdesc="Simulate Functional Mockup Units (FMUs) in Python" url="https://github.com/CATIA-Systems/FMPy" @@ -7,7 +7,7 @@ arch=(any) license=('BSD') makedepends=('python-setuptools') source=("https://github.com/CATIA-Systems/FMPy/archive/v${pkgver}.tar.gz") -md5sums=('628ff9439b7e14f2644e0caefd7b8dd3') +md5sums=('cf07d9da29f1e1ae29e6dff84534362c') build() { cd "${srcdir}"/FMPy-$pkgver |