git » bluedevil.git » commit 573870a

upstream release

author Andrea Scarpino
2011-07-26 07:20:57 UTC
committer Andrea Scarpino
2011-07-26 07:20:57 UTC
parent 177a17bc3cdb55df1d620070856c5bc5aebeb072

upstream release

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 0703d45..752576f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=bluedevil
-pkgver=1.1
+pkgver=1.1.1
 pkgrel=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@ depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
 makedepends=('cmake' 'automoc4')
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('240151ff99b81f630de51fa9f8230198')
+md5sums=('b3764fb8ead502e2d410b0c0fc86ac6c')
 
 build(){
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +24,6 @@ build(){
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
 }