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 45eca6a6f..d4897a6a3 100644 --- a/community/ccid/PKGBUILD +++ b/community/ccid/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 72183 2012-06-10 05:12:50Z giovanni $ +# $Id: PKGBUILD 72861 2012-06-24 07:28:13Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=ccid -pkgver=1.4.6 -pkgrel=2 +pkgver=1.4.7 +pkgrel=1 pkgdesc="A generic USB Chip/Smart Card Interface Devices driver" arch=('i686' 'x86_64') url="http://pcsclite.alioth.debian.org/ccid.html" @@ -12,8 +12,8 @@ license=('LGPL' 'GPL') depends=('pcsclite' 'libusbx') makedepends=('pkg-config') backup=(etc/reader.conf.d/libccidtwin) -source=("https://alioth.debian.org/frs/download.php/3711/${pkgname}-${pkgver}.tar.bz2") -md5sums=('3600dfbc74efb321c37de15a64efbbe6') +source=("https://alioth.debian.org/frs/download.php/3730/${pkgname}-${pkgver}.tar.bz2") +md5sums=('907037484e000504dad1ccfe6c36e1f1') build() { cd "${srcdir}/${pkgname}-${pkgver}" |