summaryrefslogtreecommitdiff
path: root/community/pcsclite/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pcsclite/PKGBUILD')
-rw-r--r--community/pcsclite/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD
index fd860a96f..d46531006 100644
--- a/community/pcsclite/PKGBUILD
+++ b/community/pcsclite/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 83602 2013-02-03 16:05:49Z giovanni $
+# $Id: PKGBUILD 91101 2013-05-19 13:42:04Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=pcsclite
pkgver=1.8.8
-pkgrel=2
+pkgrel=3
pkgdesc="PC/SC Architecture smartcard middleware library"
arch=('i686' 'x86_64')
url="https://alioth.debian.org/projects/pcsclite/"
@@ -21,6 +21,7 @@ build() {
sed -i -e "s:python:python2:g" src/spy/pcsc-spy
./configure --prefix=/usr \
+ --sbindir=/usr/bin \
--enable-libudev \
--sysconfdir=/etc \
--enable-ipcdir=/run/pcscd \