diff options
author | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-06 23:14:50 +0000 |
commit | 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch) | |
tree | 8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /community/pcsclite | |
parent | bdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff) |
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'community/pcsclite')
-rw-r--r-- | community/pcsclite/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index 20c5f045c..b58f512a7 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 61967 2012-01-11 17:03:39Z giovanni $ +# $Id: PKGBUILD 63833 2012-02-06 00:38:50Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=pcsclite -pkgver=1.8.1 -pkgrel=3 +pkgver=1.8.2 +pkgrel=1 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/pcsclite/" license=('BSD') depends=('udev') -makedepends=('pkgconfig') +makedepends=('pkg-config') options=('!libtool' '!docs') -source=("https://alioth.debian.org/frs/download.php/3687/pcsc-lite-${pkgver}.tar.bz2" +source=("https://alioth.debian.org/frs/download.php/3695/pcsc-lite-${pkgver}.tar.bz2" 'pcscd') -md5sums=('fd035e4f610eba6fa545159e60d0d780' +md5sums=('cb7156346e9478c19085c918b605ed43' 'c97b6bce695222efb0f003d8e8369010') build() { |