Date: Tuesday, December 19, 2017 @ 20:29:09 Author: jelle Revision: 274935
upgpkg: curaengine 3.1.0-1 Modified: curaengine/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-19 20:27:51 UTC (rev 274934) +++ PKGBUILD 2017-12-19 20:29:09 UTC (rev 274935) @@ -2,8 +2,8 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=curaengine -pkgver=3.0.3 -pkgrel=4 +pkgver=3.1.0 +pkgrel=1 pkgdesc="Fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers." url="https://github.com/Ultimaker/CuraEngine" arch=('x86_64') @@ -11,7 +11,7 @@ depends=('arcus') makedepends=('cmake') source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz") -md5sums=('875c43b51afe3990bb05c3b881c287b6') +md5sums=('bd658110460d918babf2c824cf0bedc6') build() {
