diff options
Diffstat (limited to 'community/pcsclite/PKGBUILD')
-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 d21b66fae..56894c53a 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 91101 2013-05-19 13:42:04Z giovanni $ +# $Id: PKGBUILD 99948 2013-10-31 02:38:13Z allan $ # 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' 'mips64el') url="https://alioth.debian.org/projects/pcsclite/" 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') +options=('!docs') +source=("https://alioth.debian.org/frs/download.php/file/3963/pcsc-lite-${pkgver}.tar.bz2") +md5sums=('7268cc5ef8fc01b785c7cea87adb1ade') build() { cd "${srcdir}/pcsc-lite-${pkgver}" |