eudev: update to 3.1.
This commit is contained in:
parent
8020ffa951
commit
1787c15eee
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'eudev'
|
||||
|
||||
_UDEV_VERSION="219" # compatible udev version provided
|
||||
_UDEV_VERSION="220" # compatible udev version provided
|
||||
|
||||
pkgname=eudev
|
||||
version=3.0
|
||||
version=3.1
|
||||
revision=1
|
||||
build_pie=yes
|
||||
conf_files="/etc/udev/udev.conf"
|
||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.gentoo.org/proj/en/eudev/"
|
||||
distfiles="http://dev.gentoo.org/~blueness/eudev/eudev-${version}.tar.gz"
|
||||
checksum=74db8aaf13cc392edfb821291783ecd64d815e6f81409f57e290d3017750db29
|
||||
checksum=5da313031001debd0983472d07aa03ad186e2db9bc9be0ce4769c9f16391372c
|
||||
|
||||
replaces="systemd>=0"
|
||||
# Package build options
|
||||
|
@ -25,7 +25,6 @@ build_options="gir"
|
|||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv udevd
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue