Date: Thursday, August 20, 2015 @ 13:43:56 Author: arojas Revision: 244433
Qt is only needed for tests Modified: libkolabxml/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-20 11:33:14 UTC (rev 244432) +++ PKGBUILD 2015-08-20 11:43:56 UTC (rev 244433) @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') license=('GPL') depends=('xerces-c' 'boost-libs') -makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig') +makedepends=('cmake' 'boost' 'xsd' 'swig') source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg}) md5sums=('9cb1cb2ffc3496af3df9cba2bf56ac0c' 'af0f43509c0bed1b9d9f917cd5a01679')