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

Jelle van der Waa jelle at gemini.archlinux.org
Sat Jan 1 17:42:24 UTC 2022


    Date: Saturday, January 1, 2022 @ 17:42:24
  Author: jelle
Revision: 1091887

Update & resolve FS#73199

Modified:
  cura/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-01 17:41:57 UTC (rev 1091886)
+++ PKGBUILD	2022-01-01 17:42:24 UTC (rev 1091887)
@@ -2,25 +2,25 @@
 # Contributor: Grey Christoforo <my first name [at] my last name [dot] net>
 
 pkgname=cura
-pkgver=4.12.0
+pkgver=4.12.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' 'libsavitar' 'qt5-graphicaleffects'
-         'python-certifi' 'python-pynest2d' 'python-keyring' 'python-trimesh')
+         'python-certifi' 'python-pynest2d' 'python-keyring' 'python-trimesh'
+         'cura-resources-materials')
 makedepends=('qt5-tools' 'cmake')
 optdepends=('python-zeroconf: network printing support'
             'python-trimesh: Reading AMF files'
             'python-libcharon: UFPWriter/UFPReader'
-            'cura-binary-data: Binary data (firmwares and such) for cura'
-            'cura-resources-materials: FDM Material database')
+            'cura-binary-data: Binary data (firmwares and such) for cura')
 
 provides=('cura')
-url="https://ultimaker.com/en/products/cura-software"
+url="https://ultimaker.com/software/ultimaker-cura"
 license=('LGPL')
 arch=('any')
 source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha512sums=('037de7096716b023200fe7b8a0f5d32e21fb7d7789f67b772cb08f1d280084149c48e5548ed372b6bb616bb89ae5a093fdef72aa36d9b7b743bbf2058d658c57')
+sha512sums=('397048e1ed93d2e3ec326a3b0564db2b6ee2b239843346e2dd44470b11b5aea86f3f519534270789e020261c87a0100bf3bba39ddbd3a1d8be0e38e68fd7e0c0')
 
 # Build order
 # arcus -> uranium -> curaengine -> libsavitar -> pynest2d ->



More information about the arch-commits mailing list