summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-04-25 20:12:43 +0200
committerMichel Zou2020-04-25 20:12:43 +0200
commitc612eee5545b9a5bdbd309bbd89eeede431948d6 (patch)
tree32bc1a0d109325fb77c85dc15d99c80bf6ec5abf
parent1f4ca8664505cea0f2a0509872ead03ee31f6415 (diff)
downloadaur-c612eee5545b9a5bdbd309bbd89eeede431948d6.tar.gz
0.2.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90abfc7dd249..cb2ebc30975c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e44419980352..7433e47116de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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