mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/curaengine to 4.11.0-1
This commit is contained in:
parent
8cf94fd79f
commit
0864d97d2c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - -DBUILD_TESTS=OFF
|
# - -DBUILD_TESTS=OFF
|
||||||
|
|
||||||
pkgname=curaengine
|
pkgname=curaengine
|
||||||
pkgver=4.10.0
|
pkgver=4.11.0
|
||||||
pkgrel=1
|
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"
|
||||||
|
@ -15,7 +15,7 @@ depends=('arcus' 'polyclipping')
|
||||||
checkdepends=('cppunit')
|
checkdepends=('cppunit')
|
||||||
makedepends=('cmake' 'git' 'gmock' 'gtest' 'rapidjson')
|
makedepends=('cmake' 'git' 'gmock' 'gtest' 'rapidjson')
|
||||||
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=('45d32be165da98c945c71b2f803a68e06b60eeacf9ad7fcbdde2659cb05455c8f45d69939662de086348129b0d3a40c484819915aa0c6953937a48d53848b652')
|
sha512sums=('3152bd0847d6977e2ee7afd57675cb5000a1824d50bbe442d6e67a0534b8f8b8858f8a71f545a8fabaaf2065b47acbd7de11c35591cf6e891bc6871ea84107c1')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue