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

Jelle van der Waa jelle at archlinux.org
Tue Jun 5 18:50:43 UTC 2018


    Date: Tuesday, June 5, 2018 @ 18:50:42
  Author: jelle
Revision: 340601

upgpkg: cura 3.3.1-1

Modified:
  cura/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 18:48:53 UTC (rev 340600)
+++ PKGBUILD	2018-06-05 18:50:42 UTC (rev 340601)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo <my first name [at] my last name [dot] net>
 
 pkgname=cura
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.3.1
+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')
@@ -14,8 +14,11 @@
 license=('AGPL')
 arch=('x86_64')
 source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha1sums=('695756c7529729744872d15527e3f5419ec4c5e4')
+sha1sums=('4953ea7359d2dd9cfac6a860c1b18802dd22e433')
 
+# Build order
+# arcus -> uranium -> curaengine -> libsavitar ->
+
 prepare(){
   cd Cura-${pkgver}
   sed -i 's,DESTINATION lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt



More information about the arch-commits mailing list