mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
eudev: update to 3.1.
This commit is contained in:
parent
8020ffa951
commit
1787c15eee
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'eudev'
|
# Template file for 'eudev'
|
||||||
|
|
||||||
_UDEV_VERSION="219" # compatible udev version provided
|
_UDEV_VERSION="220" # compatible udev version provided
|
||||||
|
|
||||||
pkgname=eudev
|
pkgname=eudev
|
||||||
version=3.0
|
version=3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
conf_files="/etc/udev/udev.conf"
|
conf_files="/etc/udev/udev.conf"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.gentoo.org/proj/en/eudev/"
|
homepage="http://www.gentoo.org/proj/en/eudev/"
|
||||||
distfiles="http://dev.gentoo.org/~blueness/eudev/eudev-${version}.tar.gz"
|
distfiles="http://dev.gentoo.org/~blueness/eudev/eudev-${version}.tar.gz"
|
||||||
checksum=74db8aaf13cc392edfb821291783ecd64d815e6f81409f57e290d3017750db29
|
checksum=5da313031001debd0983472d07aa03ad186e2db9bc9be0ce4769c9f16391372c
|
||||||
|
|
||||||
replaces="systemd>=0"
|
replaces="systemd>=0"
|
||||||
# Package build options
|
# Package build options
|
||||||
|
@ -25,7 +25,6 @@ build_options="gir"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv udevd
|
vsv udevd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue