Date: Tuesday, January 10, 2012 @ 16:40:26 Author: andrea Revision: 146409
upgpkg: bluez-hcidump 2.2-1 Upstream release Modified: bluez-hcidump/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-10 21:28:35 UTC (rev 146408) +++ PKGBUILD 2012-01-10 21:40:26 UTC (rev 146409) @@ -1,18 +1,18 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: +# Contributor: Andrea Scarpino <[email protected]> # Contributor: Geoffroy carrier <[email protected]> -# Contributor: Giovanni Scafora <[email protected]> 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}"
