mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/curaengine to 4.13.1-1
This commit is contained in:
parent
7a2c605d48
commit
82286d1828
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - -DBUILD_TESTS=OFF
|
||||
|
||||
pkgname=curaengine
|
||||
pkgver=4.13.0
|
||||
pkgver=4.13.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"
|
||||
|
@ -14,8 +14,9 @@ license=('AGPL')
|
|||
depends=('arcus' 'polyclipping')
|
||||
checkdepends=('cppunit')
|
||||
makedepends=('cmake' 'git' 'gtest' 'rapidjson')
|
||||
options=('debug')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
|
||||
sha512sums=('3d52c67c0968f6caffd9e0b86743f70916705e6f2896466e69a179ce97b6d35f7af33b056e9375abaa445a00438d25e5f782a7e2a92c0805cec0c0527a25426c')
|
||||
sha512sums=('224379a40e26ae0026a3849d582353e49edf99520401e1fef56c9504638c68c62cfe394dab0eb40e4a447bfe0bfa506a880512e84fd6057a839b6384087c46d0')
|
||||
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue