Date: Friday, March 29, 2013 @ 13:07:23 Author: andrea Revision: 180982
upgpkg: libbluedevil 1.9.3-1 Upstream release Modified: libbluedevil/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-29 11:25:21 UTC (rev 180981) +++ PKGBUILD 2013-03-29 12:07:23 UTC (rev 180982) @@ -2,8 +2,8 @@ # Maintainer: Andrea Scarpino <[email protected]> pkgname=libbluedevil -pkgver=1.9.2 -pkgrel=2 +pkgver=1.9.3 +pkgrel=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" @@ -11,11 +11,9 @@ depends=('qt4' 'bluez') makedepends=('cmake') source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('b492db1825b239e5185c543badb21c26') +md5sums=('fcb1480feba45dcd076b3ee54150bdf5') build() { - . /etc/profile.d/qt4.sh - mkdir build cd build cmake ../${pkgname}-${pkgver} \
