aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libfprint/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libfprint/APKBUILD')
-rw-r--r--testing/libfprint/APKBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/testing/libfprint/APKBUILD b/testing/libfprint/APKBUILD
index 099116e29c..879c91169d 100644
--- a/testing/libfprint/APKBUILD
+++ b/testing/libfprint/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libfprint
-pkgver=0.4.0
-pkgrel=1
+pkgver=0.5.0
+pkgrel=0
pkgdesc="fingerprint reader and identification library"
url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
arch="all"
@@ -12,8 +12,11 @@ depends_dev="libusb-dev"
makedepends="$depends_dev nss-dev glib-dev gdk-pixbuf-dev"
install=""
subpackages="$pkgname-dev"
-source="http://people.freedesktop.org/~hadess/libfprint-$pkgver.tar.bz2
- uru4500-support.patch"
+source="http://people.freedesktop.org/~hadess/libfprint-$pkgver.tar.xz
+ 0001-uru4000-fix-race-condition-on-waiting-power-up-irq.patch
+ 0002-uru4000-fix-cancelling-of-imaging-from-error-callbac.patch
+ 0003-imgdev-fix-cancelling-of-enrollment-from-stage_compl.patch
+ "
_builddir="$srcdir"/libfprint-$pkgver
prepare() {
@@ -46,5 +49,7 @@ package() {
rm -f "$pkgdir"/usr/lib/*.la
}
-md5sums="844b7618a095d247c27eedce99313ed2 libfprint-0.4.0.tar.bz2
-237ab2988c4b9523c09a75d04cce931f uru4500-support.patch"
+md5sums="65d118369a47a93be623816f54cdb847 libfprint-0.5.0.tar.xz
+2a184777defbdb90a8c0ef32f6246b49 0001-uru4000-fix-race-condition-on-waiting-power-up-irq.patch
+8e5f6cd2a4967a818729f6fb7e992881 0002-uru4000-fix-cancelling-of-imaging-from-error-callbac.patch
+9c3e6511cd4ac0cdc889e170ed22d954 0003-imgdev-fix-cancelling-of-enrollment-from-stage_compl.patch"