mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/curaengine to 4.10.0-1
This commit is contained in:
parent
b7289a4b5f
commit
0f34197829
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - -DBUILD_TESTS=OFF
|
||||
|
||||
pkgname=curaengine
|
||||
pkgver=4.9.1
|
||||
pkgrel=2
|
||||
pkgver=4.10.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')
|
||||
|
@ -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=('cfa918c6301c9948713306256d74a2a84a1fefbc0f85c7ac0eb182d8363f1eae97aecdcb91c207a2e7e1ab252f63cf4b513734b50d4229da7aa35e095ef88bee')
|
||||
sha512sums=('45d32be165da98c945c71b2f803a68e06b60eeacf9ad7fcbdde2659cb05455c8f45d69939662de086348129b0d3a40c484819915aa0c6953937a48d53848b652')
|
||||
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue