Date: Tuesday, October 8, 2013 @ 09:37:34 Author: tomegun Revision: 196198
upgpkg: libbluedevil 2.0-0.1 bluez5 git snapshot Gnome is moving over, so let's stay in sync. Modified: libbluedevil/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-08 07:36:04 UTC (rev 196197) +++ PKGBUILD 2013-10-08 07:37:34 UTC (rev 196198) @@ -3,21 +3,21 @@ # Contributor: Andrea Scarpino <[email protected]> pkgname=libbluedevil -pkgver=1.9.4 -pkgrel=1 +pkgver=2.0 +pkgrel=0.1 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack' arch=('i686' 'x86_64') url="https://projects.kde.org/projects/playground/libs/libbluedevil" license=('GPL') -depends=('qt4' 'bluez4') -makedepends=('cmake') -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -md5sums=('25d114ba52218f4cf44c7b4525399835') +depends=('qt4' 'bluez') +makedepends=('cmake' 'git') +source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5") +md5sums=('SKIP') build() { mkdir build cd build - cmake ../${pkgname}-v${pkgver} \ + cmake ../${pkgname} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make
