summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexey D2013-11-18 09:17:31 +0400
committerAlexey D2015-07-05 08:55:51 +0300
commit0bdc64c36c0cfffdb1cbd860195c45c21c721134 (patch)
treeb2f29664c4ade54d0f2f122b8783ddd5e1a8126a /PKGBUILD
parent8b9f0caedddc24225fd05ec9c9c7ef734ab68a32 (diff)
downloadaur-0bdc64c36c0cfffdb1cbd860195c45c21c721134.tar.gz
version 20131026-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b751c4588932..07c23262d224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Ivailo Monev <xakepa10@gmail.com>
pkgname='eudev-git'
pkgdesc="The userspace dev tools (udev) forked by Gentoo"
-pkgver=20130927
+pkgver=20131026
pkgrel=1
_udevver=207
-provides=("udev=${_udevver}" "systemd=${_udevver}" "libsystemd=${_udevver}" "systemd-tools=${_udevver}")
-replaces=('udev' 'systemd' 'libsystemd' 'systemd-tools')
-conflicts=('udev' 'systemd' 'libsystemd' 'systemd-tools')
+provides=('eudev' "udev=${_udevver}" "systemd=${_udevver}" "libsystemd=${_udevver}" "systemd-tools=${_udevver}")
+replaces=('eudev' 'udev' 'systemd' 'libsystemd' 'systemd-tools')
+conflicts=('eudev' 'udev' 'systemd' 'libsystemd' 'systemd-tools')
groups=('base')
arch=('i686' 'x86_64')
url="https://github.com/gentoo/eudev"
@@ -50,7 +50,7 @@ build() {
--with-rootprefix=/usr \
--sysconfdir=/etc \
--libdir=/usr/lib \
- --sbindir=/usr/bin \
+ --sbindir=/usr/bin \
--with-firmware-path=/usr/lib/firmware/updates:/lib/firmware/updates:/usr/lib/firmware:/lib/firmware \
--with-modprobe=/usr/bin/modprobe \
--enable-gudev \