summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2015-08-06 10:39:54 +0200
committerGrey Christoforo2015-08-06 10:39:54 +0200
commit3b009de7b7f224f8becc3dc67596dbb95c6865cc (patch)
tree7558a03f454ef0c02c24de22068271c7df37fe4c
parent6d5f32ffe7125523a16d1a034c353f9c1415ee83 (diff)
downloadaur-3b009de7b7f224f8becc3dc67596dbb95c6865cc.tar.gz
commit test
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b23c3bbf7e6..c866dbb6d622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
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
+ pkgdesc = A software solution for 3D printing aimed at RepRaps and the Ultimaker.
+ pkgver = 15.04
pkgrel = 1
url = https://github.com/daid/Cura
install = .install
+ arch = i686
arch = x86_64
license = AGPLv3
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 844a041d6a36..d9d9293811ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=cura
pkgname=cura
pkgver=15.04
pkgrel=1
-pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
+pkgdesc="A software solution for 3D printing aimed at RepRaps and the Ultimaker."
depends=('python2' 'wxpython' 'python2-opengl' 'python2-pyserial' 'python2-numpy' 'python2-power-git')
provides=('cura')
url="https://github.com/daid/Cura"