git » bluedevil.git » commit d00137d

Upstream release

author Andrea Scarpino
2012-10-11 06:59:43 UTC
committer Andrea Scarpino
2012-10-11 06:59:43 UTC
parent de9b37eb3cc9798c318db2c210dd0b47c65f52f8

Upstream release

PKGBUILD +3 -4

diff --git a/PKGBUILD b/PKGBUILD
index 90fcb88..444008c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=bluedevil
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
@@ -11,10 +11,9 @@ 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=('e792576d34956d27cd0c3eb3c81a5923')
+md5sums=('e0be81bb13a3aa90d521ab96347ed305')
 
 build(){
-  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +23,6 @@ build(){
 }
 
 package() {
-  cd "${srcdir}"/build
+  cd build
   make DESTDIR="${pkgdir}" install
 }