summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Scafora2014-02-16 08:59:43 +0000
committerGiovanni Scafora2014-02-16 08:59:43 +0000
commit4da1dd0623428edb9cb7e49ea2ff8c0c36c7e9e7 (patch)
tree1c52cbc7884d8015fe84348b5e7168eb2a73f62f
parenta94abfbfa7b3e606abd3617aa21b9422fbae7f96 (diff)
downloadaur-4da1dd0623428edb9cb7e49ea2ff8c0c36c7e9e7.tar.gz
upstream release
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 296f26978acf..5e21a5f08fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# 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}"