diff options
author | root <root@rshg054.dnsready.net> | 2013-01-19 00:07:12 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-19 00:07:12 -0800 |
commit | 3ed92d43351cfc0eeccb646d7726ef07cdeae33b (patch) | |
tree | d5819928c18990a876d612bffd7304c6740754a9 /community/pcsclite | |
parent | 995f428bf6c3170027dd5f9ea9f17e8fa4bdfac8 (diff) |
Sat Jan 19 00:07:12 PST 2013
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 d444de55d..54c025685 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 81201 2012-12-13 02:14:39Z giovanni $ +# $Id: PKGBUILD 82449 2013-01-18 08:24:57Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=pcsclite -pkgver=1.8.7 +pkgver=1.8.8 pkgrel=1 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') @@ -12,9 +12,9 @@ license=('BSD') depends=('python2' 'systemd-tools') makedepends=('pkg-config') options=('!libtool' '!docs') -source=("https://alioth.debian.org/frs/download.php/3842/pcsc-lite-${pkgver}.tar.bz2" +source=("https://alioth.debian.org/frs/download.php/3862/pcsc-lite-${pkgver}.tar.bz2" 'pcscd') -md5sums=('744f4b437492ce22ae23aa483a76becf' +md5sums=('069dc875a2ae2d85a2ebceac73252c0a' 'c97b6bce695222efb0f003d8e8369010') build() { |