[arch-commits] Commit in udev/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Wed May 4 07:04:25 UTC 2011


    Date: Wednesday, May 4, 2011 @ 03:04:25
  Author: andrea
Revision: 122441

upgpkg: udev 167-2
Remove the hid2hci utility because is already provided by the bluez package

Modified:
  udev/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-04 06:57:26 UTC (rev 122440)
+++ PKGBUILD	2011-05-04 07:04:25 UTC (rev 122441)
@@ -6,7 +6,7 @@
 pkgbase="udev"
 pkgname=('udev' 'udev-compat')
 pkgver=167
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
 license=('GPL')
@@ -95,6 +95,9 @@
                s#GROUP="tape"#GROUP="storage"#g;
                s#GROUP="cdrom"#GROUP="optical"#g' $i
   done
+
+  # Provided by the bluez package, remove this line when updating to udev>=169
+  rm ${pkgdir}/lib/udev/hid2hci
 }
 
 package_udev-compat() {




More information about the arch-commits mailing list