Date: Monday, August 3, 2015 @ 09:13:22 Author: fyan Revision: 242950
upgpkg: libkolabxml 1.1.1-1 Modified: libkolabxml/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-03 07:06:30 UTC (rev 242949) +++ PKGBUILD 2015-08-03 07:13:22 UTC (rev 242950) @@ -1,9 +1,10 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> pkgname=libkolabxml -pkgver=1.1.0 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 pkgdesc="Kolab XML Format Schema Definitions Library" url='http://git.kolab.org/libkolabxml/' arch=('i686' 'x86_64') @@ -11,8 +12,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=('a7166537c869ec065613f6b15a3ab86a' - 'f49d02ddaf1fa0f708e9190addef5ab6') +md5sums=('9cb1cb2ffc3496af3df9cba2bf56ac0c' + 'af0f43509c0bed1b9d9f917cd5a01679') prepare() { mkdir build
