summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Xu2023-08-11 02:11:39 +0800
committerDavid Xu2023-08-11 02:11:39 +0800
commit85709f7592ae963eca57d5e22a89bcf2461e96e2 (patch)
tree423bc5c55ef8723f494e9c79ced6e24a85589ded
parentde20a351c7b3f41b9b1f7b34b7c92129fecab4c9 (diff)
downloadaur-85709f7592ae963eca57d5e22a89bcf2461e96e2.tar.gz
update patchelf dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ee0443f96aa..13de501cec0a 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index aef7da221990..20027d8b2f4a 100644
--- a/PKGBUILD
+++ b/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)