diff options
author | root <root@rshg054.dnsready.net> | 2013-06-14 01:27:56 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-14 01:27:56 -0700 |
commit | adf79eda8c652508134a41dff3af9524a87bbe5b (patch) | |
tree | 7651bdd229352c346fc70589dadd09079fe610a3 /extra/bluez | |
parent | 999ea819e4912b07aecd1ee8187ff1abcdb3de36 (diff) |
Fri Jun 14 01:27:27 PDT 2013
Diffstat (limited to 'extra/bluez')
-rw-r--r-- | extra/bluez/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/bluez/PKGBUILD b/extra/bluez/PKGBUILD index 422ba049b..88dbce5f1 100644 --- a/extra/bluez/PKGBUILD +++ b/extra/bluez/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 187857 2013-06-07 09:24:54Z tomegun $ +# $Id: PKGBUILD 188424 2013-06-13 21:55:40Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> @@ -6,7 +6,7 @@ pkgbase=bluez pkgname=('bluez' 'bluez-utils' 'bluez-libs') pkgver=5.5 -pkgrel=2 +pkgrel=3 url="http://www.bluez.org/" arch=('i686' 'x86_64') license=('GPL2') @@ -68,7 +68,7 @@ package_bluez-utils() { depends=('systemd' 'libusb-compat') conflicts=('bluez-hcidump') provides=('bluez-hcidump') - replaces=('bluez-hcidump') + replaces=('bluez-hcidump' 'bluez<=4.101') mv "$srcdir/_utils"/* "$pkgdir" } |