diff options
author | root <root@rshg047.dnsready.net> | 2011-04-19 04:14:07 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-19 04:14:07 +0000 |
commit | 8f4f6fea0e8f06647b3e06c003069c93b5b033b4 (patch) | |
tree | b1c2eae862fab1f19ba291dcb5569383a01df12a /community/pcsclite | |
parent | 3299b3302e12f5a2b0e85dd625de99454c47664d (diff) |
Tue Apr 19 04:14:07 UTC 2011
Diffstat (limited to 'community/pcsclite')
-rw-r--r-- | community/pcsclite/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index 687577c45..f192e2052 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 43871 2011-03-30 17:08:58Z giovanni $ +# $Id: PKGBUILD 45280 2011-04-18 23:09:30Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=pcsclite -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=1 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') @@ -12,9 +12,9 @@ license=('BSD') depends=('libusb') makedepends=('pkgconfig') options=('!libtool' '!docs') -source=(https://alioth.debian.org/frs/download.php/3531/pcsc-lite-${pkgver}.tar.bz2 +source=(https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${pkgver}.tar.bz2 pcscd) -md5sums=('dcd60aa6bf22c9b16dfc75e5afca5540' +md5sums=('47e7055cfc14399fdaa1b7a4aa06e5aa' '80d90388e4d2a551cb7aefe3bd5147bd') build() { |