diff options
author | root <root@rshg054.dnsready.net> | 2013-01-19 00:07:12 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-19 00:07:12 -0800 |
commit | 3ed92d43351cfc0eeccb646d7726ef07cdeae33b (patch) | |
tree | d5819928c18990a876d612bffd7304c6740754a9 /community/ccid/PKGBUILD | |
parent | 995f428bf6c3170027dd5f9ea9f17e8fa4bdfac8 (diff) |
Sat Jan 19 00:07:12 PST 2013
Diffstat (limited to 'community/ccid/PKGBUILD')
-rw-r--r-- | community/ccid/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD index 07b489d6d..94aef2f6c 100644 --- a/community/ccid/PKGBUILD +++ b/community/ccid/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 78395 2012-10-17 18:38:19Z giovanni $ +# $Id: PKGBUILD 82451 2013-01-18 08:29:46Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=ccid -pkgver=1.4.8 +pkgver=1.4.9 pkgrel=1 pkgdesc="A generic USB Chip/Smart Card Interface Devices driver" arch=('i686' 'x86_64') @@ -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/3768/${pkgname}-${pkgver}.tar.bz2") -md5sums=('b6c37110f50b059a8ba94f118cfd679a') +source=("https://alioth.debian.org/frs/download.php/3864/${pkgname}-${pkgver}.tar.bz2") +md5sums=('1afd9cc6fb1676d1fdd605d10c70d08e') build() { cd "${srcdir}/${pkgname}-${pkgver}" |