[arch-commits] CVS update of arch/build/system/bluez-utils (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri May 11 16:15:05 UTC 2007


    Date: Friday, May 11, 2007 @ 12:15:05
  Author: tpowa
    Path: /home/cvs-arch/arch/build/system/bluez-utils

Modified: PKGBUILD (1.26 -> 1.27)

'upgpkg: update to new version'


----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: arch/build/system/bluez-utils/PKGBUILD
diff -u arch/build/system/bluez-utils/PKGBUILD:1.26 arch/build/system/bluez-utils/PKGBUILD:1.27
--- arch/build/system/bluez-utils/PKGBUILD:1.26	Fri Oct 27 04:39:04 2006
+++ arch/build/system/bluez-utils/PKGBUILD	Fri May 11 12:15:02 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.26 2006/10/27 08:39:04 tpowa Exp $
+# $Id: PKGBUILD,v 1.27 2007/05/11 16:15:02 tpowa Exp $
 pkgname=bluez-utils
-pkgver=3.7
-pkgrel=5
+pkgver=3.10
+pkgrel=1
 pkgdesc="Utilities for the Linux Bluetooth protocol stack"
 arch=(i686 x86_64)
 url="http://www.bluez.org/"
-depends=('bluez-libs>=3.7' 'libusb' 'dbus>=0.93')
+depends=('bluez-libs>=3.10' 'libusb' 'dbus>=0.93')
+license=('GPL')
 backup=(etc/bluetooth/{hcid.conf,rfcomm.conf,pin} etc/conf.d/bluetooth)
 source=(http://bluez.sf.net/download/bluez-utils-${pkgver}.tar.gz
 	initscript.patch)
-md5sums=('89f7290907d098163a2fa59a55dfafe7' '7a3f6b6fcac57a0944271c19744f3604')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -24,6 +24,6 @@
   install -D -m755 scripts/bluetooth.init ${startdir}/pkg/etc/rc.d/bluetooth
   sed -i 's|default|conf.d|g' ${startdir}/pkg/etc/rc.d/bluetooth
   install -D -m644 scripts/bluetooth.default ${startdir}/pkg/etc/conf.d/bluetooth
-  install -D -m755 ${startdir}/src/bluez-utils-${pkgver}/hcid/passkey-agent ${startdir}/pkg/usr/bin/passkey-agent
+  install -D -m755 ${startdir}/src/bluez-utils-${pkgver}/daemon/passkey-agent ${startdir}/pkg/usr/bin/passkey-agent
 }
 




More information about the arch-commits mailing list