--- PKGBUILD.orig 2006-06-21 21:16:18.000000000 +0200 +++ PKGBUILD 2006-06-21 21:20:00.000000000 +0200 @@ -6,11 +6,12 @@ url="http://www.bluez.org/" depends=('bluez-libs' 'libusb') backup=(etc/bluetooth/{hcid.conf,rfcomm.conf,pin} etc/conf.d/bluetooth) -source=(http://bluez.sf.net/download/bluez-utils-$pkgver.tar.gz bluepin.patch) -md5sums=('ae3729ab5592be06ed01b973d4b3e9fe' 'a7e481de040dc793474e8dfec9d494e8') +source=(http://bluez.sf.net/download/bluez-utils-$pkgver.tar.gz bluepin.patch bluetooth.patch) +md5sums=('ae3729ab5592be06ed01b973d4b3e9fe' 'a7e481de040dc793474e8dfec9d494e8' '370902c4a7ddfd5ce58c2783cb252555') build() { cd $startdir/src/$pkgname-$pkgver + patch -Np1 -i ../bluetooth.patch || return 1 patch -Np1 -i ../bluepin.patch || return 1 ./configure --prefix=/usr --sysconfdir=/etc --enable-pcmcia make || return 1