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

Andrea Scarpino andrea at archlinux.org
Thu Oct 11 06:59:43 UTC 2012


    Date: Thursday, October 11, 2012 @ 02:59:43
  Author: andrea
Revision: 168407

upgpkg: bluedevil 1.2.4-1

Upstream release

Modified:
  bluedevil/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-11 06:22:42 UTC (rev 168406)
+++ PKGBUILD	2012-10-11 06:59:43 UTC (rev 168407)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=bluedevil
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
@@ -12,10 +12,9 @@
 makedepends=('cmake' 'automoc4')
 install="${pkgname}.install"
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('e792576d34956d27cd0c3eb3c81a5923')
+md5sums=('e0be81bb13a3aa90d521ab96347ed305')
 
 build(){
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +24,6 @@
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list