diff options
author | Grey Christoforo | 2016-03-27 19:23:24 +0100 |
---|---|---|
committer | Grey Christoforo | 2016-03-27 19:23:24 +0100 |
commit | 1d094274ac4a5d5b46041bc3edfa73dc58da77b5 (patch) | |
tree | 66053abeade94f14ccc8caeac9bdd04cd1b5a62c /.SRCINFO | |
parent | 0ea35994ea586d8aa55d9a8ca1443e1b72d01977 (diff) | |
download | aur-1d094274ac4a5d5b46041bc3edfa73dc58da77b5.tar.gz |
add cmake to deps
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,13 +1,16 @@ +# Generated by mksrcinfo v8 +# Sun Mar 27 18:23:17 UTC 2016 pkgbase = cura pkgdesc = A software solution for 3D printing aimed at RepRaps and the Ultimaker. pkgver = 15.06.03 - pkgrel = 3 + pkgrel = 4 url = https://ultimaker.com/en/products/cura-software install = cura.install arch = i686 arch = x86_64 license = AGPLv3 makedepends = qt5-tools + makedepends = cmake depends = qt5-svg depends = python-pyserial depends = python-numpy |