diff options
Diffstat (limited to 'testing/udev/PKGBUILD')
-rw-r--r-- | testing/udev/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/testing/udev/PKGBUILD b/testing/udev/PKGBUILD index b5d4c9222..bab6a2cbe 100644 --- a/testing/udev/PKGBUILD +++ b/testing/udev/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 133994 2011-07-31 12:10:23Z tomegun $ +# $Id: PKGBUILD 134147 2011-08-02 11:38:00Z tomegun $ # Maintainer: Aaron Griffin <aaron@archlinux.org> # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Maintainer: Thomas Bächler <thomas@archlinux.org> @@ -7,7 +7,7 @@ pkgbase="udev" pkgname=('udev' 'udev-compat') pkgver=173 -pkgrel=2 +pkgrel=3 arch=(i686 x86_64) url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" license=('GPL') @@ -16,10 +16,13 @@ groups=('base') options=(!makeflags !libtool) makedepends=('glibc' 'coreutils' 'util-linux' 'pciutils' 'libusb-compat' 'glib2' 'kernel26' 'gperf' 'libxslt' 'gobject-introspection') source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.tar.bz2 + bluetooth.patch 81-arch.rules) build() { cd $srcdir/$pkgbase-$pkgver + # fix https://bugs.archlinux.org/task/25356 (submitted upstream) + patch -Np1 -i ../bluetooth.patch ./configure --sysconfdir=/etc\ --with-rootlibdir=/lib\ --libexecdir=/lib/udev\ @@ -94,4 +97,5 @@ package_udev-compat() { mknod -m 0600 ${pkgdir}/lib/udev/devices/ppp c 108 0 } md5sums=('91a88a359b60bbd074b024883cc0dbde' + '36cb9bfb55a8d931b7498d2e46730745' 'ec529eb1ddaabb70c61b38f80bb8462a') |