testing/curaengine: upgrade to 4.9.1

This commit is contained in:
Aiden Grossman 2021-06-11 23:45:06 +00:00 committed by Michał Polański
parent 99bec40656
commit ac51dfc101

View File

@ -2,14 +2,15 @@
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname=curaengine
_pkgname=CuraEngine
pkgver=4.9.0
# If you plan to upgrade curaengine, you also need to upgrade libarcus at the same time
pkgver=4.9.1
pkgrel=0
pkgdesc="3D slicer engine"
url="https://github.com/Ultimaker/CuraEngine"
arch="all"
license="AGPL-3.0-or-later"
makedepends="protobuf-dev py3-sip-dev python3-dev cmake libarcus-dev"
options="!check" #no functioning test suite
options="!check" # no functioning test suite
source="https://github.com/Ultimaker/CuraEngine/archive/$pkgver/CuraEngine-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver/"
@ -22,4 +23,4 @@ package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
sha512sums="4c189c953d25e89dd70d6493fab8173b065d87686b2dd32eacbbbd08d14498be4678df1408d7a0dd968d2643230df13ca52a5aae720c85248af35306d22f387b CuraEngine-4.9.0.tar.gz"
sha512sums="cfa918c6301c9948713306256d74a2a84a1fefbc0f85c7ac0eb182d8363f1eae97aecdcb91c207a2e7e1ab252f63cf4b513734b50d4229da7aa35e095ef88bee CuraEngine-4.9.1.tar.gz"