udev: update to 181.
This commit is contained in:
parent
31e65695c3
commit
f6eb65cea6
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libudev'
|
||||
pkgname=libgudev
|
||||
version=180
|
||||
version=181
|
||||
wrksrc=udev-${version}
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
||||
build_style=gnu-configure
|
||||
|
@ -11,7 +11,7 @@ short_desc="GObject-based wrapper library for libudev"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license="GPL-2"
|
||||
checksum=f48da2af45a1f94ed6c1c141c93c1c62685a6b742b5cd21928ca10ed13877274
|
||||
checksum=14c14f9a4909b9e81238a9611655963de1764889c17a9ce9ec515f20aac298fb
|
||||
long_desc="
|
||||
This library makes it much simpler to use libudev from programs already using
|
||||
GObject. It also makes it possible to easily use libudev from other
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'udev'
|
||||
pkgname=udev
|
||||
version=180
|
||||
version=181
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib
|
||||
|
@ -12,7 +12,7 @@ short_desc="/dev/ and hotplug management daemon"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license="GPL-2"
|
||||
checksum=f48da2af45a1f94ed6c1c141c93c1c62685a6b742b5cd21928ca10ed13877274
|
||||
checksum=14c14f9a4909b9e81238a9611655963de1764889c17a9ce9ec515f20aac298fb
|
||||
long_desc="
|
||||
udev is a daemon which dynamically creates and removes device nodes from
|
||||
/dev/, handles hotplug events and loads drivers at boot time."
|
||||
|
|
|
@ -5,4 +5,4 @@ libacl.so.1
|
|||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libblkid.so.1
|
||||
libkmod.so.1
|
||||
libkmod.so.2
|
||||
|
|
Loading…
Reference in a new issue