summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetres2016-05-02 14:06:31 +0200
committerpetres2016-05-02 14:06:31 +0200
commitcdfa1583857211299a8f0cc3f2c0858ca7db5566 (patch)
tree774caf8c7f72a00b5df1c6a5121a923862643bc6
parent53e0e55c57238f509eb6ebf54ca71ea17653d488 (diff)
downloadaur-cdfa1583857211299a8f0cc3f2c0858ca7db5566.tar.gz
updated cura version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 999a43e2b591..07cbe560061d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 8 16:34:27 UTC 2016
+# Mon May 2 12:05:29 UTC 2016
pkgbase = cura-not-so-old
pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker. (the offical one)
- pkgver = 15.04.4
+ pkgver = 15.04.5
pkgrel = 1
url = https://ultimaker.com/en/products/cura-software
install = cura.install
diff --git a/PKGBUILD b/PKGBUILD
index 9be5c8faf05d..61e042742e7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Reschenhofer <peter.reschenhofer@gmail.com>
pkgbase=cura-not-so-old
pkgname=cura-not-so-old
-pkgver=15.04.4
+pkgver=15.04.5
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker. (the offical one)"
depends=('python2' 'wxpython' 'python2-opengl' 'python2-pyserial' 'python2-numpy')
@@ -11,10 +11,10 @@ license=('AGPLv3')
arch=('i686' 'x86_64')
if [ "$CARCH" == x86_64 ]; then
source+=(http://software.ultimaker.com/current/cura_${pkgver}-debian_amd64.deb)
- sha1sums+=('58a87366b31e8078b1737e466a72678337dae0cc')
+ sha1sums+=('127eed3d5b1bbed0e97a820456ee0e6c112dc6d2')
elif [ "$CARCH" == i686 ]; then
source+=(http://software.ultimaker.com/current/cura_${pkgver}-debian_i386.deb)
- sha1sums+=('6e04b5e636474894f7d005d136fb727873980669')
+ sha1sums+=('a4a7f56bdafa5d6190dc3069a14e15f8a20be050')
fi
install=cura.install
@@ -35,7 +35,7 @@ package()
# change python to python2 everywhere:
sed -i 's|\/usr\/bin\/python|\/usr\/bin\/python2|' "${srcdir}"/usr/share/applications/cura.desktop "${srcdir}"/usr/share/cura/cura.py "${srcdir}"/usr/bin/cura
- sed -i '346s|.*|\t\t\tpos = pos + (objMin + objMax) / 2.0 * 1000|' "${srcdir}"/usr/share/cura/Cura/util/sliceEngine.py
+ #sed -i '346s|.*|\t\t\tpos = pos + (objMin + objMax) / 2.0 * 1000|' "${srcdir}"/usr/share/cura/Cura/util/sliceEngine.py
# add a new line (pedantic):
echo >> "${srcdir}/usr/bin/cura"