[arch-commits] Commit in cura/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon May 17 19:10:31 UTC 2021
Date: Monday, May 17, 2021 @ 19:10:31
Author: jelle
Revision: 936079
upgpkg: cura 4.9.1-1
Modified:
cura/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-17 18:57:29 UTC (rev 936078)
+++ PKGBUILD 2021-05-17 19:10:31 UTC (rev 936079)
@@ -2,22 +2,25 @@
# Contributor: Grey Christoforo <my first name [at] my last name [dot] net>
pkgname=cura
-pkgver=4.8.0
+pkgver=4.9.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' 'python-requests'
- 'curaengine' 'cura-binary-data' 'cura-resources-materials' 'libsavitar' 'qt5-graphicaleffects'
- 'python-certifi' 'python-pynest2d')
+ 'curaengine' 'libsavitar' 'qt5-graphicaleffects'
+ 'python-certifi' 'python-pynest2d' 'python-keyring' 'python-trimesh')
makedepends=('qt5-tools' 'cmake')
optdepends=('python-zeroconf: network printing support'
'python-trimesh: Reading AMF files'
- 'python-libcharon: UFPWriter/UFPReader')
+ 'python-libcharon: UFPWriter/UFPReader'
+ 'cura-binary-data: Binary data (firmwares and such) for cura'
+ 'cura-resources-materials: FDM Material database')
+
provides=('cura')
url="https://ultimaker.com/en/products/cura-software"
license=('LGPL')
arch=('any')
source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha512sums=('0a34438299908021242e47e74418e56fe61c41cff5c29df938b4705b5d23ceb6e1bd17b9eb8110f8ec75c7a08afe8928857d4f2fd5befa00c187bce717105711')
+sha512sums=('436b8e33514de67d6d680fe59ab9599a75a86caa7e63fbcd05297b12a435483ec0c9ca90557fe23f25590a24e533294915fc18a665fd5cdb77fcc3a05a9076bf')
# Build order
# arcus -> uranium -> curaengine -> libsavitar ->
More information about the arch-commits
mailing list