summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-11-14 17:50:01 +0000
committerGrey Christoforo2016-11-14 17:50:01 +0000
commit564483fa10eaa1c24ea2802bcfbddb2419bee9b8 (patch)
tree7199ffbfcab57f973d78154bc67ea583d4e94827
parentad756b25353c3544279412dabd6be0f737f50ed4 (diff)
downloadaur-564483fa10eaa1c24ea2802bcfbddb2419bee9b8.tar.gz
version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b553236f663..c3a02ee6a544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 30 20:42:44 UTC 2016
+# Mon Nov 14 17:49:56 UTC 2016
pkgbase = cura
pkgdesc = A software solution for 3D printing aimed at RepRaps and the Ultimaker.
- pkgver = 2.3.0
- pkgrel = 2
+ pkgver = 2.3.1
+ pkgrel = 1
url = https://ultimaker.com/en/products/cura-software
install = cura.install
arch = i686
@@ -18,8 +18,8 @@ pkgbase = cura
depends = uranium
depends = curaengine
provides = cura
- source = https://github.com/Ultimaker/Cura/archive/2.3.0.tar.gz
- sha1sums = 8db40ca9282b3ce0a2513b2cf840d7cd871513b3
+ source = https://github.com/Ultimaker/Cura/archive/2.3.1.tar.gz
+ sha1sums = 3b0fc277e5c871aeb1d75263c861e5bd1afa6188
pkgname = cura
diff --git a/PKGBUILD b/PKGBUILD
index 727289979f9a..c14d48f39d1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Grey Christoforo <my first name [at] my last name [dot] net>
pkgname=cura
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
pkgdesc="A software solution for 3D printing aimed at RepRaps and the Ultimaker."
depends=('qt5-svg' 'python-scipy' 'python-pyserial' 'python-numpy' 'uranium' 'curaengine')
makedepends=('qt5-tools' 'cmake')
@@ -11,7 +11,7 @@ url="https://ultimaker.com/en/products/cura-software"
license=('AGPLv3')
arch=('i686' 'x86_64')
source=(https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha1sums=('8db40ca9282b3ce0a2513b2cf840d7cd871513b3')
+sha1sums=('3b0fc277e5c871aeb1d75263c861e5bd1afa6188')
install=cura.install