summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')