Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2022-01-22 11:08:39 +03:00
parent 8d2bad6743
commit 5fbd8f26dc
1 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@
_udev_ver=243
pkgname=('eudev' 'libeudev')
pkgver=3.2.10
pkgver=3.2.11
pkgrel=1
pkgdesc="The userspace dev tools (udev) forked by Gentoo"
arch=('i686' 'x86_64')
url="https://github.com/gentoo/eudev"
url="https://github.com/eudev-project/eudev"
license=('GPL')
makedepends=('gobject-introspection' 'gperf' 'gtk-doc' 'intltool' 'kmod')
options=( '!libtool' '!staticlibs')
@ -54,7 +54,7 @@ package_eudev() {
depends=(
'kbd'
'kmod'
'hwids'
'hwinfo'
'util-linux'
'libeudev'
)
@ -94,7 +94,7 @@ package_libeudev() {
make -C src/libudev DESTDIR="$pkgdir" install
}
sha1sums=('fae85739e3c1e3bdf9fe74e1fecad7ee1e3a2fa4'
sha1sums=('f84fba92bd1dd6c49ee0054ae336862e38cea46b'
'defa489254f38e57723a8ff70654f29e47bd448a'
'a6a6ee5c751fb92e2c79e0a297e4c318c8f6bb75'
'6cdf611d37604062ae4c380307421cef6fde445d')