summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-05-24 15:13:09 +0100
committerGrey Christoforo2016-05-24 15:13:09 +0100
commitd8f6f0e9a192a27be4cd12de58df256d130b17e2 (patch)
treee869e3d4dea4f0894869ce5132dc159fca7fdb9c
parent7b53b6e1078874886bbf799a99545239e01b52f7 (diff)
downloadaur-d8f6f0e9a192a27be4cd12de58df256d130b17e2.tar.gz
version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e7b333d3a29..beea8fa40a39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Tue May 24 14:13:04 UTC 2016
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 = 2
+ pkgver = 2.1.0
+ pkgrel = 1
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
+ source = https://github.com/Ultimaker/curaengine/archive/2.1.0.tar.gz
+ md5sums = 30df17cb62bd0c51f386675cec5d604b
pkgname = curaengine
diff --git a/PKGBUILD b/PKGBUILD
index 838df43db949..dfe1d8273e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=curaengine
-pkgver=15.06.03
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
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')
@@ -10,7 +10,7 @@ license=('GPLv3')
depends=('arcus')
makedepends=('cmake')
source=("https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('a7cd980dfed2aeeb28ca8610f541fb3d')
+md5sums=('30df17cb62bd0c51f386675cec5d604b')
build() {
cd CuraEngine-${pkgver}