summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2018-11-10 10:29:53 -0500
committerAlex Hirzel2018-11-10 10:29:53 -0500
commit4271f440beea8edb4ac3f6e883a4e15208485a17 (patch)
treecd24a2eaa92cb22a481806bd3f5b9cad737b920e
parentcac2627371217a03da8cab39cff0964fdfcefe6d (diff)
downloadaur-4271f440beea8edb4ac3f6e883a4e15208485a17.tar.gz
update from OMPython 3.1.0 to 3.1.2 and fix case of URL
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ff897efa608..6ef76d166307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-ompython')
pkgname=('python-ompython')
_module='OMPython'
-pkgver='3.1.0'
+pkgver='3.1.2'
pkgrel=1
pkgdesc="OpenModelica-Python API Interface"
url="http://openmodelica.org/"
@@ -12,8 +12,9 @@ makedepends=('python-setuptools')
optdepends=('python-pyzmq')
license=('OSMC-PL')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/o/ompython/OMPython-${pkgver}.tar.gz")
-md5sums=('fbeb864af4137eca522b47989c3c5e18')
+_name=OMPython
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+md5sums=('8f6484200cfecb2e7b0737300f963fd5')
build() {
cd "${srcdir}/${_module}-${pkgver}"