Date: Sunday, February 16, 2014 @ 09:59:43 Author: giovanni Revision: 105835
upgpkg: ccid 1.4.15-1 upstream release Modified: ccid/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-16 04:19:47 UTC (rev 105834) +++ PKGBUILD 2014-02-16 08:59:43 UTC (rev 105835) @@ -3,17 +3,17 @@ # Contributor: Daniel Plaza <[email protected]> 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}"
