mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/udev to 168-1
This commit is contained in:
parent
b482e527d7
commit
295a249020
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
|||
# $Id: PKGBUILD 118985 2011-04-09 21:29:33Z tpowa $
|
||||
# $Id: PKGBUILD 123587 2011-05-11 16:38:57Z tomegun $
|
||||
# Maintainer: Aaron Griffin <aaron@archlinux.org>
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Maintainer: Thomas Bächler <thomas@archlinux.org>
|
||||
# Maintainer: Tom Gundersen <teg@jklm.no>
|
||||
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
# ALARM: Kevin Mihelich <kevin@plugapps.com>
|
||||
# - Add our automouting rules
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgbase="udev"
|
||||
pkgname=('udev' 'udev-compat')
|
||||
pkgver=167
|
||||
pkgrel=2
|
||||
pkgver=168
|
||||
pkgrel=1
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license=('GPL')
|
||||
|
@ -26,7 +27,7 @@ source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$pkgbase-$pkgver.ta
|
|||
cdsymlinks.sh
|
||||
11-media-by-label-auto-mount.rules
|
||||
11-sd-cards-auto-mount.rules)
|
||||
md5sums=('4b37e1222f06c14c24147de346aa0bad'
|
||||
md5sums=('4a466078532ab5dd5c35acc3ea2ec9a1'
|
||||
'4427855146513a4703ab5c7eb8a0156e'
|
||||
'f17c99779173ddc79f866cf3a5de5e68'
|
||||
'f91fddc67609b45b244a624977c4247b'
|
||||
|
@ -113,7 +114,7 @@ package_udev() {
|
|||
# Provided by the bluez package, remove this line when updating to udev>=169
|
||||
rm ${pkgdir}/lib/udev/hid2hci
|
||||
|
||||
# PlugApps USB drive and SD card automount rules
|
||||
# Arch Linux ARM USB drive and SD card automount rules
|
||||
rm -rf $pkgdir/etc/udev/rules.d/*
|
||||
cp $srcdir/11-media-by-label-auto-mount.rules $pkgdir/etc/udev/rules.d/
|
||||
cp $srcdir/11-sd-cards-auto-mount.rules $pkgdir/etc/udev/rules.d/
|
||||
|
|
Loading…
Reference in a new issue