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

Jelle van der Waa jelle at archlinux.org
Fri Jun 14 20:08:55 UTC 2019


    Date: Friday, June 14, 2019 @ 20:08:55
  Author: jelle
Revision: 481499

upgpkg: curaengine 4.1.0-1

Upstream update

Modified:
  curaengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-14 20:07:46 UTC (rev 481498)
+++ PKGBUILD	2019-06-14 20:08:55 UTC (rev 481499)
@@ -2,19 +2,19 @@
 # Contributor: Grey Christoforo <first name [at] last name [dot] net>
 
 pkgname=curaengine
-pkgver=4.0.0
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="Engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers."
 url="https://github.com/Ultimaker/CuraEngine"
 arch=('x86_64')
 license=('AGPL')
-depends=('arcus')
+depends=('arcus' 'rapidjson')
 # TODO: https://github.com/Ultimaker/CuraEngine/blob/master/CMakeLists.txt#L26
 # Package polyclipping in the repos
 checkdepends=('cppunit')
 makedepends=('cmake' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('478dc2554abea24baeec18e2b2d65a790dd6d31a3b11c87d839a9e928679f40bab9703e86e473bba36f72355485d66bf63515692ac75bceae5881e6537f48c46')
+sha512sums=('49a3d3943c0767ceba2b94d061e11f43a428401941032cb1cbc578acf95495ba2db48307a9e28056f5a641be7ba581b53264a3d32abbbeeb00b978c8203ca79f')
 
 build() {
   cd CuraEngine-${pkgver}



More information about the arch-commits mailing list