Date: Saturday, October 3, 2020 @ 16:23:27 Author: jelle Revision: 716622
upgpkg: curaengine 4.7.1-2 Modified: curaengine/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-03 16:18:13 UTC (rev 716621) +++ PKGBUILD 2020-10-03 16:23:27 UTC (rev 716622) @@ -3,14 +3,14 @@ pkgname=curaengine pkgver=4.7.1 -pkgrel=1 +pkgrel=2 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' 'rapidjson' 'polyclipping') +depends=('arcus' 'polyclipping') checkdepends=('cppunit') -makedepends=('cmake' 'git' 'gmock' 'gtest') +makedepends=('cmake' 'git' 'gmock' 'gtest' 'rapidjson') source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz") sha512sums=('e5006290f6f0c2a1816e93344094c46b4861f7b953948edd1812a2a06869d77d66d6145d40b1c72b31ada028a102fd8ca463aa112ec9983e13dd13d5ff4ac9b3')
