update patchelf dependency
This commit is contained in:
parent
2ec470755a
commit
55fec3bef5
1
.SRCINFO
1
.SRCINFO
@ -15,6 +15,7 @@ pkgbase = libfprint-fpcmoh-git
|
||||
depends = pixman
|
||||
depends = nss
|
||||
depends = systemd-libs
|
||||
depends = patchelf
|
||||
provides = libfprint=1.94.5.r47.g903ee43
|
||||
provides = libfprint-2.so
|
||||
provides = libfpcbep.so
|
||||
|
2
PKGBUILD
2
PKGBUILD
@ -6,7 +6,7 @@ pkgdesc="libfprint with proprietary FPC match on host device 10a5:9800 driver"
|
||||
url="https://fprint.freedesktop.org/"
|
||||
arch=(x86_64)
|
||||
license=(LGPL)
|
||||
depends=(libgusb pixman nss systemd-libs)
|
||||
depends=(libgusb pixman nss systemd-libs patchelf)
|
||||
makedepends=(git meson gtk-doc gobject-introspection systemd)
|
||||
provides=("libfprint=$pkgver" libfprint-2.so libfpcbep.so)
|
||||
conflicts=(libfprint)
|
||||
|
Reference in New Issue
Block a user