diff options
author | Grey Christoforo | 2018-10-18 02:49:28 +0100 |
---|---|---|
committer | Grey Christoforo | 2018-10-18 02:49:28 +0100 |
commit | e4fed218a2973bf7fa12d05ac48fcf4eb5de50f0 (patch) | |
tree | 3582c8cb5db5332b64b590ab404581811a235f35 /PKGBUILD | |
parent | 51f14d4ed6b5e34ad5bbb800faafec9a601dee00 (diff) | |
download | aur-e4fed218a2973bf7fa12d05ac48fcf4eb5de50f0.tar.gz |
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,7 +1,6 @@ -pkgbase=('python2-ezfreecad') -pkgname=('python2-ezfreecad') +pkgname=python2-ezfreecad _module='ezFreeCAD' -pkgver='0.12' +pkgver=0.13 pkgrel=1 pkgdesc="Python wrapper for interfacing with FreeCAD it make it easier to draw 3D objects programmatically" url="https://github.com/AFMD/ezFreeCAD" @@ -10,7 +9,7 @@ makedepends=('python2-setuptools') license=('unknown') arch=('any') source=("https://files.pythonhosted.org/packages/source/e/ezfreecad/ezFreeCAD-${pkgver}.tar.gz") -md5sums=('320c6b23f90d1f397e6ba2bc77f688d3') +md5sums=('28b4e31fc16dce45a7fe29bff37eaeea') build() { cd "${srcdir}/${_module}-${pkgver}" |