summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2015-08-24 16:38:11 +0100
committerGrey Christoforo2015-08-24 16:38:11 +0100
commit7b53b6e1078874886bbf799a99545239e01b52f7 (patch)
tree0f87ad0ba3029aa4e22c896a41a3f0701b548618
parentb7ffd56518862a85e857e2663e415e9f3422d854 (diff)
downloadaur-7b53b6e1078874886bbf799a99545239e01b52f7.tar.gz
add arcus dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fa58f6d360d..9e7b333d3a29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = curaengine
pkgdesc = CuraEngine is a powerful, fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers. It is part of the larger open source project called Cura.
pkgver = 15.06.03
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ultimaker/CuraEngine
arch = i686
arch = x86_64
license = GPLv3
makedepends = cmake
+ depends = arcus
source = https://github.com/Ultimaker/curaengine/archive/15.06.03.tar.gz
md5sums = a7cd980dfed2aeeb28ca8610f541fb3d
diff --git a/PKGBUILD b/PKGBUILD
index d407ab7ffe06..838df43db949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=curaengine
pkgver=15.06.03
-pkgrel=1
+pkgrel=2
pkgdesc="CuraEngine is a powerful, fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers. It is part of the larger open source project called Cura."
url="https://github.com/Ultimaker/CuraEngine"
arch=('i686' 'x86_64')
license=('GPLv3')
+depends=('arcus')
makedepends=('cmake')
source=("https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('a7cd980dfed2aeeb28ca8610f541fb3d')