[arch-commits] Commit in libkolabxml/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Mar 18 13:58:18 UTC 2014


    Date: Tuesday, March 18, 2014 @ 14:58:18
  Author: andrea
Revision: 208167

upgpkg: libkolabxml 1.0.1-1

Upstream release

Modified:
  libkolabxml/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-18 13:36:20 UTC (rev 208166)
+++ PKGBUILD	2014-03-18 13:58:18 UTC (rev 208167)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino <andrea at 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 @@
 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 @@
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DQT_QMAKE_EXECUTABLE=qmake-qt4
+    -DBUILD_TESTS=OFF
   make
 }
 




More information about the arch-commits mailing list