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

Tom Gundersen tomegun at nymeria.archlinux.org
Mon Sep 16 21:03:34 UTC 2013


    Date: Monday, September 16, 2013 @ 23:03:34
  Author: tomegun
Revision: 194500

upgpkg: bluedevil 1.3.2-1

upstream release

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-16 20:57:23 UTC (rev 194499)
+++ PKGBUILD	2013-09-16 21:03:34 UTC (rev 194500)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=bluedevil
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
@@ -11,13 +11,13 @@
 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=('d21ad78030ffd892bb2ae5c78aa37919')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+md5sums=('a43e644fe75bd090c47c060dcbdfdb27')
 
 build(){
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-v${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make




More information about the arch-commits mailing list