summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2018-09-10 22:52:10 -0400
committerAlex Hirzel2018-09-10 22:52:10 -0400
commit53ed5ecae08baf8c668f4920fdb76423880c0230 (patch)
treeb1831bcb2f38ddaa92fa17ae20ea2ecb48dedef6
parent64f8cfa39c6ea667440ed692f57b618c8172115a (diff)
downloadaur-53ed5ecae08baf8c668f4920fdb76423880c0230.tar.gz
update from OMPython 3.0.2 to 3.1.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c65d942c7a81..5ff897efa608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-ompython')
pkgname=('python-ompython')
_module='OMPython'
-pkgver='3.0.2'
+pkgver='3.1.0'
pkgrel=1
pkgdesc="OpenModelica-Python API Interface"
url="http://openmodelica.org/"
@@ -13,7 +13,7 @@ optdepends=('python-pyzmq')
license=('OSMC-PL')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/o/ompython/OMPython-${pkgver}.tar.gz")
-md5sums=('2931024d24c0bd43d739a0c9ba2f2f1a')
+md5sums=('fbeb864af4137eca522b47989c3c5e18')
build() {
cd "${srcdir}/${_module}-${pkgver}"