diff options
Diffstat (limited to 'pcr/eudev/PKGBUILD')
-rw-r--r-- | pcr/eudev/PKGBUILD | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/pcr/eudev/PKGBUILD b/pcr/eudev/PKGBUILD index 28077d507..536b6fa47 100644 --- a/pcr/eudev/PKGBUILD +++ b/pcr/eudev/PKGBUILD @@ -1,16 +1,16 @@ -# Maintainer (Arch): artoo <artoo@manjaro.org> -# Contributor (Arch): Alexey D. <lq07829icatm@rambler.ru> -# Contributor (Arch): Ivailo Monev <xakepa10@gmail.com> +# Maintainer (Manjaro): artoo <artoo@manjaro.org> +# Contributor (Manjaro): Alexey D. <lq07829icatm@rambler.ru> +# Contributor (Manjaro): Ivailo Monev <xakepa10@gmail.com> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> -_udev_ver=221 +_udev_ver=220 _src_uri='http://dev.gentoo.org/~blueness/eudev' pkgname=eudev -pkgver=3.1.2 -pkgrel=4 +pkgver=3.1.4 +pkgrel=1 pkgdesc="The userspace dev tools (udev) forked by Gentoo" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url="http://www.gentoo.org/proj/en/eudev/" license=('GPL') depends=('glib2' 'kbd' 'kmod' 'hwids' 'util-linux') @@ -26,7 +26,7 @@ options=(!makeflags !libtool) source=("https://github.com/gentoo/eudev/archive/v${pkgver}.tar.gz" 'initcpio_hooks' 'initcpio_install') -sha256sums=('f8b08fee36f7cf9389dd1dce67a863b717ea54437a96e0921f94e0497eb5dab6' +sha256sums=('68a945d15bb644603133b9402383d4bd45b148ed63e60aff200407ed2221b84b' '892ce43218e0a458981bbce451252c8987dc398e60b8de288e7542b8f2409c13' '77dd1fd318b4456409aceb077f060b87944defb07cf39d29ad1968dc6f361875') @@ -39,8 +39,6 @@ build() { --sysconfdir=/etc \ --libdir=/usr/lib \ --sbindir=/usr/bin \ - --with-html-dir=/usr/share/doc/${pkgname}-${pkgver}/html \ - --disable-gudev \ --enable-introspection \ --enable-kmod \ --enable-manpages \ |