From c399070d50c89903ec1dea55aa4aa5147a367565 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 May 2011 22:47:27 +0000 Subject: Sun May 29 22:47:27 UTC 2011 --- community/pcsclite/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'community/pcsclite') diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index f192e2052..14791d62b 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 45280 2011-04-18 23:09:30Z giovanni $ +# $Id: PKGBUILD 48094 2011-05-28 15:09:58Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Daniel Plaza pkgname=pcsclite pkgver=1.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/pcsclite/" license=('BSD') -depends=('libusb') +depends=('udev') makedepends=('pkgconfig') options=('!libtool' '!docs') source=(https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${pkgver}.tar.bz2 @@ -21,8 +21,7 @@ build() { cd "${srcdir}/pcsc-lite-${pkgver}" ./configure --prefix=/usr \ - --disable-libudev \ - --enable-libusb \ + --enable-libudev \ --sysconfdir=/etc \ --enable-usbdropdir=/usr/lib/pcsc/drivers -- cgit v1.2.3-54-g00ecf