Date: Saturday, February 26, 2022 @ 15:10:24 Author: heftig Revision: 438166
1.94.2-1 Modified: fprintd/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-26 15:05:10 UTC (rev 438165) +++ PKGBUILD 2022-02-26 15:10:24 UTC (rev 438166) @@ -2,7 +2,7 @@ # Contributor: Nikolay Rysev <[email protected]> pkgname=fprintd -pkgver=1.94.1 +pkgver=1.94.2 pkgrel=1 pkgdesc="D-Bus service to access fingerprint readers" url="https://fprint.freedesktop.org/" @@ -12,21 +12,21 @@ makedepends=(gtk-doc git meson pam_wrapper python-cairo python-dbus python-dbusmock) groups=(fprint) -_commit=a734ceff71bc57a9dc564d9d56b88efe471daf01 # tags/v1.94.1^0 +_commit=0d2e2a6742cbec847aa756da25afd4b73d9ec53f # tags/v1.94.2^0 source=("git+https://gitlab.freedesktop.org/libfprint/fprintd.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd $pkgname + cd fprintd git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/-/+/g' } prepare() { - cd $pkgname + cd fprintd } build() { - arch-meson $pkgname build \ + arch-meson fprintd build \ -D pam_modules_dir=/usr/lib/security \ -D gtk_doc=true meson compile -C build
