[arch-commits] Commit in curaengine/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jul 15 13:47:17 UTC 2018


    Date: Sunday, July 15, 2018 @ 13:47:16
  Author: jelle
Revision: 359532

upgpkg: curaengine 3.4.1-1

Modified:
  curaengine/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-15 13:46:01 UTC (rev 359531)
+++ PKGBUILD	2018-07-15 13:47:16 UTC (rev 359532)
@@ -2,7 +2,7 @@
 # Contributor: Grey Christoforo <first name [at] last name [dot] net>
 
 pkgname=curaengine
-pkgver=3.3.0
+pkgver=3.4.1
 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"
@@ -9,9 +9,11 @@
 arch=('x86_64')
 license=('AGPL')
 depends=('arcus')
-makedepends=('cmake')
+# TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
+# Package polyclipping in the repos
+makedepends=('cmake' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('6de71250dee30e50e690b567d2d5e1f8')
+md5sums=('825f80f42da70efe6c889d8acb8f6afe')
 
 
 build() {



More information about the arch-commits mailing list