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