mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/curaengine to 4.6.2-1
This commit is contained in:
parent
bbab9767bb
commit
457de0f47b
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - -DBUILD_TESTS=OFF
|
||||
|
||||
pkgname=curaengine
|
||||
pkgver=4.5.0
|
||||
pkgrel=2
|
||||
pkgver=4.6.2
|
||||
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' 'rapidjson' 'polyclipping')
|
|||
checkdepends=('cppunit')
|
||||
makedepends=('cmake' 'git' 'gmock' 'gtest')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
|
||||
sha512sums=('481f6b839fe7d4bad14d9820337574d31a928e258ede359c608075f1cc7771e3eb649d5d0cff5f1edbc1e2c1802ee99e1ca2eb36a34799331279cbc0c3294636')
|
||||
sha512sums=('7bc63f0921d690816d55c8c5cc825053cf5d2ff73c552e78e9a7cb2a4febf16e7386bbd2c0a300504f86a6bff3e3b8f03f52b8986c5fef12de4adaea85b8af9a')
|
||||
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue