summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Scafora2011-10-23 13:22:51 +0000
committerGiovanni Scafora2011-10-23 13:22:51 +0000
commit7c07efc85937df7787257cabeb59a520f1f3659e (patch)
tree35c1fed81198e89e1f0c7c2b5d6efef33544884f
parent0cc996773d6e9daac036c1d1b8da0e7530c18d78 (diff)
downloadaur-7c07efc85937df7787257cabeb59a520f1f3659e.tar.gz
upstream release
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b45bc8897975..9fc8818969ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=ccid
-pkgver=1.4.4
+pkgver=1.4.5
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')
-makedepends=('pkgconfig')
+makedepends=('pkg-config')
backup=(etc/reader.conf.d/libccidtwin)
-source=("https://alioth.debian.org/frs/download.php/3579/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('79ef91103bcdd99a3b31cb5c5721a829')
+source=("https://alioth.debian.org/frs/download.php/3672/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('cb9a77194ac335c39b262ea83a5b7d2e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"