diff options
author | root <root@rshg054.dnsready.net> | 2013-10-28 01:15:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-28 01:15:28 -0700 |
commit | 1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (patch) | |
tree | d94819e60d05fada511b43feec6f7e46386a215a /community/pcsclite | |
parent | 2886140ddb1db32f36cb0b27e93888442a603a53 (diff) |
Mon Oct 28 01:14:27 PDT 2013
Diffstat (limited to 'community/pcsclite')
-rw-r--r-- | community/pcsclite/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index d46531006..f078e8969 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91101 2013-05-19 13:42:04Z giovanni $ +# $Id: PKGBUILD 99357 2013-10-27 15:29:38Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=pcsclite -pkgver=1.8.8 -pkgrel=3 +pkgver=1.8.10 +pkgrel=1 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/pcsclite/" @@ -12,8 +12,8 @@ license=('BSD') depends=('python2' 'systemd') makedepends=('pkg-config') options=('!libtool' '!docs') -source=("https://alioth.debian.org/frs/download.php/3862/pcsc-lite-${pkgver}.tar.bz2") -md5sums=('069dc875a2ae2d85a2ebceac73252c0a') +source=("https://alioth.debian.org/frs/download.php/file/3963/pcsc-lite-${pkgver}.tar.bz2") +md5sums=('7268cc5ef8fc01b785c7cea87adb1ade') build() { cd "${srcdir}/pcsc-lite-${pkgver}" |