Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / libfprint
Commits: 06a5aeb5 by Jan Alexander Steffens (heftig) at 2024-02-21T07:39:14+01:00 1.94.7-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,26 @@ +pkgbase = libfprint + pkgdesc = Library for fingerprint readers + pkgver = 1.94.7 + pkgrel = 1 + url = https://fprint.freedesktop.org/ + arch = x86_64 + groups = fprint + license = LGPL-2.1-or-later + checkdepends = cairo + checkdepends = umockdev + makedepends = git + makedepends = gobject-introspection + makedepends = gtk-doc + makedepends = meson + makedepends = python-cairo + makedepends = python-gobject + depends = libgudev + depends = libgusb + depends = nss + depends = pixman + depends = systemd + provides = libfprint-2.so + source = git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=bebe8565cd7e2c89c0b0c5e6ee7353b80d6a51e1 + b2sums = SKIP + +pkgname = libfprint ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ # Contributor: Thomas Baechler <[email protected]> pkgname=libfprint -pkgver=1.94.6 +pkgver=1.94.7 pkgrel=1 pkgdesc="Library for fingerprint readers" url="https://fprint.freedesktop.org/" arch=(x86_64) -license=(LGPL) +license=(LGPL-2.1-or-later) depends=( libgudev libgusb @@ -30,7 +30,7 @@ checkdepends=( ) provides=(libfprint-2.so) groups=(fprint) -_commit=135a015b6a780e85f828a1bb9a62a2ee0c72e04b # tags/v1.94.6^0 +_commit=bebe8565cd7e2c89c0b0c5e6ee7353b80d6a51e1 # tags/v1.94.7^0 source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libfprint/-/commit/06a5aeb595c755c724c3fb695774068c1e59895b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libfprint/-/commit/06a5aeb595c755c724c3fb695774068c1e59895b You're receiving this email because of your account on gitlab.archlinux.org.
