diff options
author | root <root@rshg054.dnsready.net> | 2011-09-11 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-11 23:14:33 +0000 |
commit | 1d2f1a1e70011a41d17f2f16d5e90c491ccdabb8 (patch) | |
tree | 4f22b6f4f4737987b4eec85fbc027684f209df2e /community/pcsclite | |
parent | 1dc1efa50ce9926a6ed832bda2ebe3319485ac09 (diff) |
Sun Sep 11 23:14:33 UTC 2011
Diffstat (limited to 'community/pcsclite')
-rw-r--r-- | community/pcsclite/PKGBUILD | 6 | ||||
-rw-r--r-- | community/pcsclite/pcscd | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD index b1e9f37ac..71929e1d7 100644 --- a/community/pcsclite/PKGBUILD +++ b/community/pcsclite/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54922 2011-08-28 11:38:33Z giovanni $ +# $Id: PKGBUILD 55381 2011-09-10 23:32:12Z dreisner $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> pkgname=pcsclite pkgver=1.7.4 -pkgrel=2 +pkgrel=3 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/pcsclite/" @@ -15,7 +15,7 @@ options=('!libtool' '!docs') source=(https://alioth.debian.org/frs/download.php/3598/pcsc-lite-${pkgver}.tar.bz2 pcscd) md5sums=('1caf0b8ca2ecbf82fe3b035b3fff22dd' - '80d90388e4d2a551cb7aefe3bd5147bd') + 'c97b6bce695222efb0f003d8e8369010') build() { cd "${srcdir}/pcsc-lite-${pkgver}" diff --git a/community/pcsclite/pcscd b/community/pcsclite/pcscd index 93f869fd2..1dc5e0166 100644 --- a/community/pcsclite/pcscd +++ b/community/pcsclite/pcscd @@ -6,7 +6,7 @@ DAEMON=/usr/sbin/pcscd NAME=pcscd DESC="PC/SC smart card daemon" -PID_FILE=/var/run/pcscd/pcscd.pid +PID_FILE=/run/pcscd/pcscd.pid PCSCD_OPTIONS= case "$1" in |