summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Scafora2015-08-28 15:00:32 +0000
committerGiovanni Scafora2015-08-28 15:00:32 +0000
commit6c67d2e258d5d599bf5c9bf08d63f8df364f50b8 (patch)
tree2f5bdcc8709374da18adbbf9413796ab1fab900c
parent9b96ae5bf67acae414683247d43c317176e0a7ff (diff)
downloadaur-6c67d2e258d5d599bf5c9bf08d63f8df364f50b8.tar.gz
upstream release
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e35c8776685..a720c0a472a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=ccid
-pkgver=1.4.19
+pkgver=1.4.20
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' 'flex')
+depends=('pcsclite' 'libusb' 'flex')
makedepends=('pkg-config')
backup=(etc/reader.conf.d/libccidtwin)
-source=("https://alioth.debian.org/frs/download.php/file/4132/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('d1eed995ba9a2eb395a65a8a78090f52')
+source=("https://alioth.debian.org/frs/download.php/file/4140/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('a73c203cfe27e684850df73630065738')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"