Date: Tuesday, June 9, 2020 @ 15:36:01 Author: heftig Revision: 388658
minor changes Modified: fprintd/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-09 15:35:44 UTC (rev 388657) +++ PKGBUILD 2020-06-09 15:36:01 UTC (rev 388658) @@ -1,4 +1,4 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Nikolay Rysev <[email protected]> pkgname=fprintd @@ -5,8 +5,8 @@ pkgver=1.90.1 pkgrel=1 pkgdesc="D-Bus service to access fingerprint readers" +url="https://fprint.freedesktop.org/" arch=(x86_64) -url="https://www.freedesktop.org/wiki/Software/fprint/fprintd" license=(GPL) depends=(glib2 libfprint polkit dbus dbus-glib libsystemd) makedepends=(gtk-doc git meson pam_wrapper python-cairo python-dbus @@ -29,7 +29,7 @@ arch-meson $pkgname build \ -D pam_modules_dir=/usr/lib/security \ -D gtk_doc=true - ninja -C build + meson compile -C build } check() {
