Date: Wednesday, February 2, 2011 @ 02:57:49 Author: andrea Revision: 108668
upgpkg: bluedevil 1.0.2-1 upstream release Modified: bluedevil/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-02 05:19:17 UTC (rev 108667) +++ PKGBUILD 2011-02-02 07:57:49 UTC (rev 108668) @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <[email protected]> pkgname=bluedevil -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc='KDE bluetooth framework' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client') makedepends=('cmake' 'automoc4') install="${pkgname}.install" -source=("http://www.afiestas.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('4558dd739a58978b93d513a45d6e6b35') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('c0c814146098b865144957bc8b3bd7e7') build(){ cd ${srcdir}
