Date: Friday, November 20, 2015 @ 08:57:56 Author: arojas Revision: 251674
Git snapshot for kde-unstable Added: libkolabxml/kde-unstable/ Modified: libkolabxml/kde-unstable/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: kde-unstable/PKGBUILD =================================================================== --- trunk/PKGBUILD 2015-11-20 07:53:16 UTC (rev 251673) +++ kde-unstable/PKGBUILD 2015-11-20 07:57:56 UTC (rev 251674) @@ -3,8 +3,8 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=libkolabxml -pkgver=1.1.1 -pkgrel=2 +pkgver=1.2git20151120 +pkgrel=1 pkgdesc="Kolab XML Format Schema Definitions Library" url='http://git.kolab.org/libkolabxml/' arch=('i686' 'x86_64') @@ -11,9 +11,9 @@ license=('GPL') depends=('xerces-c' 'boost-libs') makedepends=('cmake' 'boost' 'xsd' 'swig') -source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg}) -md5sums=('9cb1cb2ffc3496af3df9cba2bf56ac0c' - 'af0f43509c0bed1b9d9f917cd5a01679') +#source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg}) +source=("git+https://git.kolab.org/diffusion/LKX/libkolabxml.git#commit=rLKXc9e766895ac2") +md5sums=('SKIP') prepare() { mkdir build @@ -21,7 +21,7 @@ build() { cd build - cmake ../${pkgname}-${pkgver} \ + cmake ../$pkgname \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_TESTS=OFF
