diff options
author | Piotr Balwierz | 2015-07-06 18:25:52 +0100 |
---|---|---|
committer | Piotr Balwierz | 2015-07-06 18:25:52 +0100 |
commit | effc936e70e9a0ec15110b20dee2b17c01523fd3 (patch) | |
tree | 81f69689146581d4194451f81f8a4f13ce601299 /PKGBUILD | |
parent | 6b9d69c94f336b9cb6839d61efeb7051c504b51b (diff) | |
download | aur-effc936e70e9a0ec15110b20dee2b17c01523fd3.tar.gz |
Update to 15.06.01
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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') |