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

Tom Gundersen tomegun at nymeria.archlinux.org
Tue Oct 8 07:38:10 UTC 2013


    Date: Tuesday, October 8, 2013 @ 09:38:10
  Author: tomegun
Revision: 196200

upgpkg: bluedevil 2.0-0.1

bluez5 git snapshot

Gnome is moving over, so let's stay in sync.

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-08 07:37:39 UTC (rev 196199)
+++ PKGBUILD	2013-10-08 07:38:10 UTC (rev 196200)
@@ -2,22 +2,22 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=bluedevil
-pkgver=1.3.2
-pkgrel=1
+pkgver=2.0
+pkgrel=0.1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
 url="https://projects.kde.org/projects/extragear/base/bluedevil"
 license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
-makedepends=('cmake' 'automoc4')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4' 'git')
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-md5sums=('a43e644fe75bd090c47c060dcbdfdb27')
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
+md5sums=('SKIP')
 
 build(){
   mkdir build
   cd build
-  cmake ../${pkgname}-v${pkgver} \
+  cmake ../${pkgname} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make




More information about the arch-commits mailing list