diff options
Diffstat (limited to 'extra/libbluedevil')
-rw-r--r-- | extra/libbluedevil/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libbluedevil/PKGBUILD b/extra/libbluedevil/PKGBUILD index fd648a9ae..fef58105f 100644 --- a/extra/libbluedevil/PKGBUILD +++ b/extra/libbluedevil/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 116725 2011-03-25 15:32:20Z andrea $ +# $Id: PKGBUILD 119928 2011-04-17 01:27:41Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libbluedevil -pkgver=1.8.1 +pkgver=1.9 pkgrel=1 pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack' arch=('i686' 'x86_64') @@ -10,8 +10,8 @@ url="https://projects.kde.org/projects/playground/libs/libbluedevil" license=('GPL') depends=('qt' 'bluez') makedepends=('cmake') -source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('4534b5d254b15e3884c4e51dfdf586b7') +source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('5f22614dfb840734da6e8b8710c2472e') build(){ cd ${srcdir} |