summaryrefslogtreecommitdiff
path: root/extra/libbluedevil/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libbluedevil/PKGBUILD')
-rw-r--r--extra/libbluedevil/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/libbluedevil/PKGBUILD b/extra/libbluedevil/PKGBUILD
index 92e19b608..b35f4db2c 100644
--- a/extra/libbluedevil/PKGBUILD
+++ b/extra/libbluedevil/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 178964 2013-03-01 10:21:29Z andrea $
+# $Id: PKGBUILD 180983 2013-03-29 12:07:34Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
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 @@ license=('GPL')
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} \