summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Balwierz2015-07-06 18:25:52 +0100
committerPiotr Balwierz2015-07-06 18:25:52 +0100
commiteffc936e70e9a0ec15110b20dee2b17c01523fd3 (patch)
tree81f69689146581d4194451f81f8a4f13ce601299
parent6b9d69c94f336b9cb6839d61efeb7051c504b51b (diff)
downloadaur-effc936e70e9a0ec15110b20dee2b17c01523fd3.tar.gz
Update to 15.06.01
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 810aa422d51a..5b23c3bbf7e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = cura-bin
+pkgbase = cura
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
@@ -12,9 +12,7 @@ pkgbase = cura-bin
depends = python2-pyserial
depends = python2-numpy
depends = python2-power-git
- provides = cura-bin
- conflicts = cura
- replaces = cura
+ provides = cura
-pkgname = cura-bin
+pkgname = cura
diff --git a/PKGBUILD b/PKGBUILD
index 0d87c10b5c54..85355cfb3f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: balwierz <my user name at the most popular google email service>
-pkgbase=cura-bin
-pkgname=cura-bin
+pkgbase=cura
+pkgname=cura
pkgver=15.06.01
pkgrel=1
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-bin')
-replaces=('cura')
-conflicts=('cura')
+provides=('cura')
+#replaces=('cura')
+#conflicts=('cura')
url="https://github.com/daid/Cura"
license=('AGPLv3')
arch=('x86_64')