diff options
Diffstat (limited to 'extra/libkolabxml/PKGBUILD')
-rw-r--r-- | extra/libkolabxml/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/libkolabxml/PKGBUILD b/extra/libkolabxml/PKGBUILD index 343db4922..08be22196 100644 --- a/extra/libkolabxml/PKGBUILD +++ b/extra/libkolabxml/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 201260 2013-12-07 10:34:59Z bpiotrowski $ +# $Id: PKGBUILD 208168 2014-03-18 13:58:28Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkolabxml -pkgver=0.8.4 -pkgrel=3 +pkgver=1.0.1 +pkgrel=1 pkgdesc="Kolab XML Format Schema Definitions Library" url='http://git.kolab.org/libkolabxml/' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('GPL') depends=('xerces-c' 'boost-libs') makedepends=('cmake' 'boost' 'xsd' 'qt4' 'swig') source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg}) -md5sums=('64887f52c6629bbd8e2390d591ef5892' - '55fcdaff82818c4a0eac50570db31e53') +md5sums=('7adccfa0ed91ac954c815e8d13f334ee' + '16ff0e56147d439862cda4aeae94d773') prepare() { mkdir build @@ -23,7 +23,7 @@ build() { cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DQT_QMAKE_EXECUTABLE=qmake-qt4 + -DBUILD_TESTS=OFF make } |