[arch-commits] Commit in cura/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Sep 2 23:50:40 UTC 2017
Date: Saturday, September 2, 2017 @ 23:50:39
Author: jelle
Revision: 255590
upgpkg: cura 2.7.0-1
Modified:
cura/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-02 23:50:32 UTC (rev 255589)
+++ PKGBUILD 2017-09-02 23:50:39 UTC (rev 255590)
@@ -2,17 +2,18 @@
# Contributo: Grey Christoforo <my first name [at] my last name [dot] net>
pkgname=cura
-pkgver=2.6.0
-pkgrel=2
+pkgver=2.7.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')
makedepends=('qt5-tools' 'cmake')
+optdepends=('python-zeroconf: network printing support')
provides=('cura')
url="https://ultimaker.com/en/products/cura-software"
license=('AGPL')
arch=('i686' 'x86_64')
source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha1sums=('f993376e1b30f76afc8ef34afa5aed6ce4d74172')
+sha1sums=('96104c74c6963afca980addbfbf212602e9b864e')
prepare(){
cd Cura-${pkgver}
More information about the arch-commits
mailing list