diff options
author | Michael Hanson <mihanson@linhes.org> | 2012-02-24 03:22:03 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2012-02-24 03:22:03 (GMT) |
commit | a601bdc6d616854501d06f5c703b10c4c29f0638 (patch) | |
tree | 9b9c9c7c635b38e0362e79530a411e2ba0a12f41 /abs/extra | |
parent | 32d66b8b31fd1999659ba03ea040e981acf70a7c (diff) | |
download | linhes_pkgbuild-a601bdc6d616854501d06f5c703b10c4c29f0638.zip linhes_pkgbuild-a601bdc6d616854501d06f5c703b10c4c29f0638.tar.gz linhes_pkgbuild-a601bdc6d616854501d06f5c703b10c4c29f0638.tar.bz2 |
bluez-hcidump: update to 2.2
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/bluez-hcidump/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/bluez-hcidump/PKGBUILD b/abs/extra/bluez-hcidump/PKGBUILD index 336a6d0..ab4047c 100644 --- a/abs/extra/bluez-hcidump/PKGBUILD +++ b/abs/extra/bluez-hcidump/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=bluez-hcidump -pkgver=2.0 +pkgver=2.2 pkgrel=1 pkgdesc="Bluetooth HCI package analyzer" url="http://www.bluez.org/" @@ -12,7 +12,6 @@ arch=('i686' 'x86_64') license=('GPL2') depends=('glibc' 'bluez') source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.gz) -md5sums=('5c2e3ef0a68b2845047867ba51ff8ac9') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -25,3 +24,4 @@ package() { make DESTDIR="${pkgdir}" install } +md5sums=('3c298a8be67099fe227f3e4d9de539d5') |