summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/bluez/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-03-18 23:59:29 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-03-18 23:59:29 (GMT)
commit896e8723af0a99e741d6d767c13b4aa52f20820c (patch)
tree95ec0bb63cfd18c6c5fbb42b6584676d4b2c5899 /abs/extra-testing/bluez/PKGBUILD
parent9b21117f278cd08cbef46de2ac78b063e63677ed (diff)
downloadlinhes_pkgbuild-896e8723af0a99e741d6d767c13b4aa52f20820c.zip
linhes_pkgbuild-896e8723af0a99e741d6d767c13b4aa52f20820c.tar.gz
linhes_pkgbuild-896e8723af0a99e741d6d767c13b4aa52f20820c.tar.bz2
bluez: Updated to v4.62
Diffstat (limited to 'abs/extra-testing/bluez/PKGBUILD')
-rw-r--r--abs/extra-testing/bluez/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/extra-testing/bluez/PKGBUILD b/abs/extra-testing/bluez/PKGBUILD
index 9e8f13b..46af613 100644
--- a/abs/extra-testing/bluez/PKGBUILD
+++ b/abs/extra-testing/bluez/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Geoffroy Carrier <geoffroy@archlinux.org>
pkgname=bluez
-pkgver=4.30
+pkgver=4.62
pkgrel=1
pkgdesc="Libraries and tools for the Bluetooth protocol stack"
url="http://www.bluez.org/"
@@ -16,7 +16,7 @@ backup=(etc/bluetooth/{main,rfcomm,audio,network,input}.conf
etc/conf.d/bluetooth)
source=("http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.bz2"
'bluetooth.conf.d'
- 'rc.bluetooth')
+ 'runit.bluetooth')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
@@ -45,9 +45,9 @@ build() {
install -D -m644 "$srcdir/$pkgname-$pkgver/network/network.conf" "$pkgdir/etc/bluetooth/" || return 1
install -D -m644 "$srcdir/$pkgname-$pkgver/input/input.conf" "$pkgdir/etc/bluetooth/" || return 1
install -D -m644 "$srcdir/$pkgname-$pkgver/audio/audio.conf" "$pkgdir/etc/bluetooth/" || return 1
- install -D -m755 "$srcdir/rc.bluetooth" "$pkgdir/etc/rc.d/bluetooth" || return 1
+ install -D -m755 "$srcdir/runit.bluetooth" "$pkgdir/etc/sv/bluetooth/run" || return 1
install -D -m644 "$srcdir/bluetooth.conf.d" "$pkgdir/etc/conf.d/bluetooth" || return 1
}
-md5sums=('5c37fb99c03f40269b9245eec3e7b7f4'
+md5sums=('3c2187a97f5b43ae84b4bbd4b34671e0'
'd12be5b494525bb1ba6eac5c3983dd3e'
- '03d4f2463b1b580e8d2ada3767140685')
+ 'af1037c8e96dda60a1fea29140afb8f4')