community/curaengine to 4.9.1-1

This commit is contained in:
Kevin Mihelich 2021-05-17 20:21:48 +00:00
parent 73f196038d
commit 0fc78fe2a8

View file

@ -5,8 +5,8 @@
# - -DBUILD_TESTS=OFF
pkgname=curaengine
pkgver=4.8.0
pkgrel=3
pkgver=4.9.1
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')
@ -15,7 +15,7 @@ depends=('arcus' 'polyclipping')
checkdepends=('cppunit')
makedepends=('cmake' 'git' 'gmock' 'gtest' 'rapidjson')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('be0d12cfe61932bf03dde61df8fb7f31cbd0aef6a44292130a7a67e318891f37db685722ba5d3cf66e88d4ff1de64ac86be5e494b750f8f7ff4b52d7976cb670')
sha512sums=('cfa918c6301c9948713306256d74a2a84a1fefbc0f85c7ac0eb182d8363f1eae97aecdcb91c207a2e7e1ab252f63cf4b513734b50d4229da7aa35e095ef88bee')
build() {