diff options
Diffstat (limited to 'extra/thinkfinger')
-rw-r--r-- | extra/thinkfinger/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/thinkfinger/PKGBUILD b/extra/thinkfinger/PKGBUILD index 2ef0460bf..431c3b4d0 100644 --- a/extra/thinkfinger/PKGBUILD +++ b/extra/thinkfinger/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 144027 2011-12-02 07:42:30Z andrea $ -# Maintainer: +# $Id: PKGBUILD 158572 2012-05-04 23:57:24Z allan $ +# Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: François Charette <francois.archlinux.org> # Contributor: Damir Perisa <damir.archlinux.org> # Contributor: Björn Martensen <bjoern.martensen@gmail.com> pkgname=thinkfinger pkgver=0.3 -pkgrel=5 +pkgrel=6 pkgdesc="A driver for the SGS Thomson Microelectronics fingerprint reader found in most IBM/Lenovo ThinkPads" url="http://thinkfinger.sourceforge.net/" arch=('i686' 'x86_64' 'mips64el') @@ -30,7 +30,6 @@ build() { patch -p1 -i "${srcdir}"/gcc46.patch ./configure --prefix=/usr \ - --with-securedir=/lib/security \ --with-birdir=/etc/pam_thinkfinger make } |