diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-08-12 16:58:59 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-08-12 16:58:59 +0300 |
commit | 16adad70b228760742bd7f9e0bd1e3312e280201 (patch) | |
tree | 1698e5aed015275ad46e4ddcd7d36b20f02cd872 /main/libfprint | |
parent | 37cab21c3293b5376b4f68c0dc0a0446ba5979d8 (diff) | |
download | aports-16adad70b228760742bd7f9e0bd1e3312e280201.tar.bz2 aports-16adad70b228760742bd7f9e0bd1e3312e280201.tar.xz |
main/libfprint: upgrade to 0.5.1
remove upstreamed patches
Diffstat (limited to 'main/libfprint')
-rw-r--r-- | main/libfprint/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/main/libfprint/APKBUILD b/main/libfprint/APKBUILD index e142b8396a..f2b4a7aefc 100644 --- a/main/libfprint/APKBUILD +++ b/main/libfprint/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libfprint -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=0 pkgdesc="fingerprint reader and identification library" url="http://www.freedesktop.org/wiki/Software/fprint/libfprint" @@ -13,9 +13,6 @@ makedepends="$depends_dev nss-dev glib-dev gdk-pixbuf-dev" install="" subpackages="$pkgname-dev" 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 @@ -52,7 +49,6 @@ package() { rm -f "$pkgdir"/usr/lib/*.la } -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" +md5sums="f52ac662d89fb82a441dacb0bac36c13 libfprint-0.5.1.tar.xz" +sha256sums="6d12563b91888b84b71eee6d2e113d8e9e9940c6a28a0915656b6f86b9568fb3 libfprint-0.5.1.tar.xz" +sha512sums="9bd071260671f832e4287415331df1724690c262491a8fb2390e1ec2ce0416cc60414ba8f1a11b20f2f8c8b5bd891dbb8ff61d98f9029a429c7af1c67d81faf9 libfprint-0.5.1.tar.xz" |