[arch-commits] Commit in libfprint/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Jun 9 15:46:52 UTC 2020


    Date: Tuesday, June 9, 2020 @ 15:46:51
  Author: heftig
Revision: 388661

1.90.2-1

Modified:
  libfprint/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 15:41:38 UTC (rev 388660)
+++ PKGBUILD	2020-06-09 15:46:51 UTC (rev 388661)
@@ -1,20 +1,20 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Tom Gundersen <teg at jklm.no>
 # Contributor: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=libfprint
-pkgver=1.90.1
+pkgver=1.90.2
 pkgrel=1
 pkgdesc="Library for fingerprint readers"
+url="https://fprint.freedesktop.org/"
 arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/fprint/libfprint"
 license=(LGPL)
 depends=(libgusb pixman nss systemd-libs)
-makedepends=(git meson gtk-doc gobject-introspection)
+makedepends=(git meson gtk-doc gobject-introspection systemd)
 checkdepends=(cairo)
 provides=(libfprint-2.so)
 groups=(fprint)
-_commit=66c9e4a829a06a25d8b6160cdfbad1d47ef5b81a  # tags/v1.90.1^0
+_commit=4b2816db6404604ba7a89d8610f7572f5032c746  # tags/v1.90.2^0
 source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list