summaryrefslogtreecommitdiff
path: root/extra/libkolabxml
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-19 04:05:50 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-19 04:05:50 +0000
commit8640bbf496b9d8a232da91e1db43466797f86861 (patch)
treefcbf174dda4dcdb7026fd6155851740ed939878f /extra/libkolabxml
parentbb37a4ecb6bee92615f1312d9907129490105052 (diff)
Wed Mar 19 03:59:18 UTC 2014
Diffstat (limited to 'extra/libkolabxml')
-rw-r--r--extra/libkolabxml/PKGBUILD12
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
}