summaryrefslogtreecommitdiff
path: root/community/ccid/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ccid/PKGBUILD')
-rw-r--r--community/ccid/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD
index 79f03f0a4..35a4a7b7e 100644
--- a/community/ccid/PKGBUILD
+++ b/community/ccid/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 89650 2013-05-01 05:38:53Z giovanni $
+# $Id: PKGBUILD 94187 2013-07-16 14:49:37Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=ccid
-pkgver=1.4.10
+pkgver=1.4.11
pkgrel=1
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
arch=('i686' 'x86_64' 'mips64el')
@@ -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/3897/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('5372e8593624dee837269bf86e4b8b06')
+source=("https://alioth.debian.org/frs/download.php/file/3920/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('20e3d6f045c53707a597cbacb86b6c5b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,7 +21,6 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-twinserial
-
make
}