summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Balwierz2015-07-06 18:24:27 +0100
committerPiotr Balwierz2015-07-06 18:24:27 +0100
commit6b9d69c94f336b9cb6839d61efeb7051c504b51b (patch)
tree45307ae4fd1c01a9a5bcd5f9cfac795182c02fd5
parent38901ad7878091432721bb35b606ed70049ac0a3 (diff)
downloadaur-6b9d69c94f336b9cb6839d61efeb7051c504b51b.tar.gz
Update to 15.06.01
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD24
2 files changed, 20 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5757b51668b0..810aa422d51a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
-pkgbase = cura
- pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker.
- pkgver = 15.04
+pkgbase = cura-bin
+ pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker. This package contains both the binary Cura engine and the python front-end.
+ pkgver = 15.06.01
pkgrel = 1
url = https://github.com/daid/Cura
install = .install
- arch = i686
arch = x86_64
license = AGPLv3
depends = python2
@@ -13,7 +12,9 @@ pkgbase = cura
depends = python2-pyserial
depends = python2-numpy
depends = python2-power-git
- provides = cura
+ provides = cura-bin
+ conflicts = cura
+ replaces = cura
-pkgname = cura
+pkgname = cura-bin
diff --git a/PKGBUILD b/PKGBUILD
index 844a041d6a36..0d87c10b5c54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,22 @@
# Maintainer: balwierz <my user name at the most popular google email service>
-pkgbase=cura
-pkgname=cura
-pkgver=15.04
+pkgbase=cura-bin
+pkgname=cura-bin
+pkgver=15.06.01
pkgrel=1
-pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
+pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker. This package contains both the binary Cura engine and the python front-end."
depends=('python2' 'wxpython' 'python2-opengl' 'python2-pyserial' 'python2-numpy' 'python2-power-git')
-provides=('cura')
+provides=('cura-bin')
+replaces=('cura')
+conflicts=('cura')
url="https://github.com/daid/Cura"
license=('AGPLv3')
-arch=('i686' 'x86_64')
+arch=('x86_64')
if [ "$CARCH" == x86_64 ]; then
- source+=(http://software.ultimaker.com/current/cura_${pkgver}-debian_amd64.deb)
- sha1sums+=('16ebec62f0811a2cc1d7562b5d7d5bdd35f9ea54')
-elif [ "$CARCH" == i686 ]; then
- source+=(http://software.ultimaker.com/current/cura_${pkgver}-debian_i386.deb)
- sha1sums+=('e18e5bd4bd72e2af8d97102aea5ecaaf4e93e856')
+ source+=(http://software.ultimaker.com/15.06/Cura-${pkgver}-Linux.deb)
+ sha1sums+=('51f46906e7c0ea51941198bd66bbf29cbdb09af2')
+#elif [ "$CARCH" == i686 ]; then
+# source+=(http://software.ultimaker.com/current/cura_${pkgver}-debian_i386.deb)
+# sha1sums+=('e18e5bd4bd72e2af8d97102aea5ecaaf4e93e856')
fi
install=.install