mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/curaengine to 4.4.0-1
This commit is contained in:
parent
575f3ddfe0
commit
d9f6263b74
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
# - -DBUILD_TESTS=OFF
|
# - -DBUILD_TESTS=OFF
|
||||||
|
|
||||||
pkgname=curaengine
|
pkgname=curaengine
|
||||||
pkgver=4.3.0
|
pkgver=4.4.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers."
|
pkgdesc="Engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers."
|
||||||
url="https://github.com/Ultimaker/CuraEngine"
|
url="https://github.com/Ultimaker/CuraEngine"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -18,7 +18,7 @@ depends=('arcus' 'rapidjson' 'polyclipping')
|
||||||
checkdepends=('cppunit')
|
checkdepends=('cppunit')
|
||||||
makedepends=('cmake' 'git')
|
makedepends=('cmake' 'git')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
|
||||||
sha512sums=('60ca0ce586c0cf5f1516f803b2a05a20299ef8193f065acd6e11a0054903189225f9c60be1b536ffe5a9a22652097acd3a4aae2833920a468071b78f213f7572')
|
sha512sums=('aa2396a6bd2c32ae2ceaad32a9cc986cf2301b188543c333a848df0434d31b5ce22a923e2cd60bc61c313fee8f2c4a4fc30b083ec1f99e2cb6df5c92c6f37451')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue