diff options
Diffstat (limited to 'extra/bluez-hcidump')
-rw-r--r-- | extra/bluez-hcidump/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/bluez-hcidump/PKGBUILD b/extra/bluez-hcidump/PKGBUILD index 29a5da889..529b49642 100644 --- a/extra/bluez-hcidump/PKGBUILD +++ b/extra/bluez-hcidump/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 127665 2011-06-17 17:18:51Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# $Id: PKGBUILD 146410 2012-01-10 21:40:52Z andrea $ +# Maintainer: +# Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Geoffroy carrier <geoffroy@archlinux.org> -# Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=bluez-hcidump -pkgver=2.1 +pkgver=2.2 pkgrel=1 pkgdesc="Bluetooth HCI package analyzer" url="http://www.bluez.org/" arch=('i686' 'x86_64') license=('GPL2') -depends=('glibc' 'bluez') +depends=('bluez') source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.gz") -md5sums=('b160f0672276398344eebe9df1b37a2c') +md5sums=('3c298a8be67099fe227f3e4d9de539d5') build() { cd "${srcdir}/${pkgname}-${pkgver}" |