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

Jelle van der Waa jelle at archlinux.org
Fri Feb 16 20:34:55 UTC 2018


    Date: Friday, February 16, 2018 @ 20:34:53
  Author: jelle
Revision: 295189

Update PKGBUILd

Bump version and fix version string in cura. FS#57405

Modified:
  cura/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-16 20:32:26 UTC (rev 295188)
+++ PKGBUILD	2018-02-16 20:34:53 UTC (rev 295189)
@@ -2,7 +2,7 @@
 # Contributo: Grey Christoforo <my first name [at] my last name [dot] net>
 
 pkgname=cura
-pkgver=3.1.0
+pkgver=3.2.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')
@@ -13,7 +13,7 @@
 license=('AGPL')
 arch=('x86_64')
 source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha1sums=('cc81c11f72634ee7a8ee876b18454dc328e7ef02')
+sha1sums=('695756c7529729744872d15527e3f5419ec4c5e4')
 
 prepare(){
   cd Cura-${pkgver}
@@ -28,7 +28,8 @@
   cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
-    -DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts
+    -DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts \
+    -DCURA_VERSION=$pkgver
 
   make
 }



More information about the arch-commits mailing list