diff options
Diffstat (limited to 'community/ccid/PKGBUILD')
-rw-r--r-- | community/ccid/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD index ed6a8e23f..1001d3729 100644 --- a/community/ccid/PKGBUILD +++ b/community/ccid/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 102093 2013-12-05 07:50:08Z giovanni $ +# $Id: PKGBUILD 105836 2014-02-16 08:59:50Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=ccid -pkgver=1.4.14 +pkgver=1.4.15 pkgrel=1 pkgdesc="A generic USB Chip/Smart Card Interface Devices driver" arch=('i686' 'x86_64') url="http://pcsclite.alioth.debian.org/ccid.html" license=('LGPL' 'GPL') -depends=('pcsclite' 'libusbx') +depends=('pcsclite' 'libusbx' 'flex') makedepends=('pkg-config') backup=(etc/reader.conf.d/libccidtwin) -source=("https://alioth.debian.org/frs/download.php/file/3971/${pkgname}-${pkgver}.tar.bz2") -md5sums=('4596f82e85e2996f7877e892b5c18382') +source=("https://alioth.debian.org/frs/download.php/file/3989/${pkgname}-${pkgver}.tar.bz2") +md5sums=('c195333c953f5530bc04a194b5ac1b71') build() { cd "${srcdir}/${pkgname}-${pkgver}" |