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

Jelle van der Waa jelle at archlinux.org
Fri Mar 22 18:00:38 UTC 2019


    Date: Friday, March 22, 2019 @ 18:00:37
  Author: jelle
Revision: 443164

upgpkg: cura 4.0.0-1

Upstream update

Modified:
  cura/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-22 17:59:53 UTC (rev 443163)
+++ PKGBUILD	2019-03-22 18:00:37 UTC (rev 443164)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo <my first name [at] my last name [dot] net>
 
 pkgname=cura
-pkgver=3.6.0
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="A software solution for 3D printing aimed at RepRaps and the Ultimaker."
 depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 'python-numpy' 'uranium'
          'curaengine' 'cura-binary-data' 'cura-resources-materials' 'libsavitar' 'qt5-graphicaleffects')
@@ -14,7 +14,7 @@
 license=('LGPL')
 arch=('any')
 source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha512sums=('b56e5575cb0eb15d759999dcd2f4c33873a0a57805a8ba0ec7860811a2137658a656216c969c6e3316d65fbd5e43f2def10a6385ccbf4fc306d15098569ef279')
+sha512sums=('869d999e9bb67238ddb47d189405b95e6802037e8a19270a3708490f87b5c42902852d26b368bbb01f49c2a00f4242710a6b8bc2fd0022c12a3fb338ef94fa55')
 
 # Build order
 # arcus -> uranium -> curaengine -> libsavitar ->
@@ -32,7 +32,8 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
     -DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts \
-    -DCURA_VERSION=$pkgver
+    -DCURA_VERSION=$pkgver \
+    -DCURA_SDK_VERSION=6.0.0 -DCURA_CLOUD_API_VERSION=1
 
   make
 }



More information about the arch-commits mailing list