update patchelf makedepends

This commit is contained in:
David Xu
2023-08-11 02:13:41 +08:00
committed by archos
parent 55fec3bef5
commit 85a5e99d9d
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ 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 patchelf)
makedepends=(git meson gtk-doc gobject-introspection systemd)
depends=(libgusb pixman nss systemd-libs)
makedepends=(git meson gtk-doc gobject-introspection systemd patchelf)
provides=("libfprint=$pkgver" libfprint-2.so libfpcbep.so)
conflicts=(libfprint)
groups=(fprint)