author | Antonio Rojas
<arojas@archlinux.org> 2017-02-25 11:56:22 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2017-02-25 11:56:22 UTC |
parent | 98eb638909d32eff7745852dec23c4a66f3e19df |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 15e4e74..813e92a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,13 +5,13 @@ pkgname=openscad pkgver=2015.03.03 _ver=2015.03-3 # hopefully -X is temporary -pkgrel=8 +pkgrel=9 pkgdesc="The programmers solid 3D CAD modeller" url="http://openscad.org/" arch=('i686' 'x86_64') license=('GPL2') changelog=CHANGELOG -depends=('qt4' 'qscintilla' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info') +depends=('qt4' 'qscintilla-qt4' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info') makedepends=('eigen' 'boost' 'imagemagick') # full tests need imagemagick and an X11 or framebuffer session checkdepends=('cmake' 'xproto' 'libx11' 'python2')