From 85a5e99d9dd0cc83faf305cff99b8fe7a4646e70 Mon Sep 17 00:00:00 2001 From: David Xu Date: Fri, 11 Aug 2023 02:13:41 +0800 Subject: [PATCH] update patchelf makedepends --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 13de501..05ea68a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -11,11 +11,11 @@ pkgbase = libfprint-fpcmoh-git makedepends = gtk-doc makedepends = gobject-introspection makedepends = systemd + makedepends = patchelf depends = libgusb 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 20027d8..3a27ba4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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)