summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-10-21 20:51:50 +0100
committerGrey Christoforo2016-10-21 20:51:50 +0100
commitdb5d8b49d61126f35e8854ee30d01f02e92edfba (patch)
treeff9710c83661bb0845d7f571ba1b74dca1323c7c
parentf02fc165505fadb389fc11fdbf999dd398731234 (diff)
downloadaur-db5d8b49d61126f35e8854ee30d01f02e92edfba.tar.gz
version bump to 2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f2f948de5d..cb959f2b975b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Aug 8 16:49:55 UTC 2016
+# Fri Oct 21 19:51:41 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 = 2.1.3
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/Ultimaker/CuraEngine
arch = any
license = GPLv3
makedepends = cmake
depends = arcus
- source = https://github.com/Ultimaker/curaengine/archive/2.1.3.tar.gz
- md5sums = 681ee73e966c3b25137e021651165f89
+ source = https://github.com/Ultimaker/curaengine/archive/2.3.0.tar.gz
+ md5sums = 9e023489b57c5884b51c5fb0f0f6ec60
pkgname = curaengine
diff --git a/PKGBUILD b/PKGBUILD
index 5bbae9ff25aa..4a4c7258d91d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=curaengine
-pkgver=2.1.3
+pkgver=2.3.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"
@@ -10,7 +10,7 @@ license=('GPLv3')
depends=('arcus')
makedepends=('cmake')
source=("https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('681ee73e966c3b25137e021651165f89')
+md5sums=('9e023489b57c5884b51c5fb0f0f6ec60')
build() {