diff options
author | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
commit | defe74c9cba07c321ad2869d8f6872e64a167324 (patch) | |
tree | 22377a98049a863983b9a28d9d79fc737f665cc3 /extra/bluez-hcidump | |
parent | 752015395fc8b95cc4a86b68189cb747fe9a8499 (diff) |
Wed May 2 00:01:22 UTC 2012
Diffstat (limited to 'extra/bluez-hcidump')
-rw-r--r-- | extra/bluez-hcidump/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/bluez-hcidump/PKGBUILD b/extra/bluez-hcidump/PKGBUILD index 529b49642..21bcaa93b 100644 --- a/extra/bluez-hcidump/PKGBUILD +++ b/extra/bluez-hcidump/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 146410 2012-01-10 21:40:52Z andrea $ +# $Id: PKGBUILD 157961 2012-04-30 07:30:22Z andrea $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Geoffroy carrier <geoffroy@archlinux.org> pkgname=bluez-hcidump -pkgver=2.2 +pkgver=2.4 pkgrel=1 pkgdesc="Bluetooth HCI package analyzer" url="http://www.bluez.org/" @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') license=('GPL2') depends=('bluez') source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.gz") -md5sums=('3c298a8be67099fe227f3e4d9de539d5') +md5sums=('d39833de0ed26bddf784e9580b6f33c4') build() { cd "${srcdir}/${pkgname}-${pkgver}" |