From b8d67abf8e9589f66455049ff41f83fb14d34dca Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Sun, 2 Oct 2016 11:23:20 +0200 Subject: [PATCH] pcsc-ccid: update to 1.4.25 Note: The archive contains a ccid-1.4.24 path. --- srcpkgs/pcsc-ccid/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pcsc-ccid/template b/srcpkgs/pcsc-ccid/template index 8ff2e68ae11..b1c8182e039 100644 --- a/srcpkgs/pcsc-ccid/template +++ b/srcpkgs/pcsc-ccid/template @@ -3,9 +3,10 @@ # in distfiles also changes. You will have to look at # the download page and find it in the download link. pkgname=pcsc-ccid -version=1.4.24 +version=1.4.25 revision=1 -wrksrc=ccid-${version} +# The archive contains ccid-1.4.24 +wrksrc=ccid-1.4.24 build_style=gnu-configure configure_args="--enable-udev" hostmakedepends="pkg-config perl"