[arch-commits] Commit in libbluedevil/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon Oct 10 10:55:24 UTC 2011


    Date: Monday, October 10, 2011 @ 06:55:24
  Author: andrea
Revision: 140235

upgpkg: libbluedevil 1.9.1-1

upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-10 10:51:49 UTC (rev 140234)
+++ PKGBUILD	2011-10-10 10:55:24 UTC (rev 140235)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libbluedevil
-pkgver=1.9
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
@@ -10,11 +11,11 @@
 license=('GPL')
 depends=('qt' 'bluez')
 makedepends=('cmake')
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('5f22614dfb840734da6e8b8710c2472e')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('b3f04954f75f78c874cdb462c2454afc')
 
 build(){
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list