[arch-commits] Commit in pcsclite/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Jun 19 13:48:31 UTC 2017


    Date: Monday, June 19, 2017 @ 13:48:30
  Author: eworm
Revision: 238643

upgpkg: pcsclite 1.8.22-1

* new upstream release
* switch to python 3.x
* enable filter (FS#51912 - [pcsclite] Enable 'filter' support)

Modified:
  pcsclite/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 12:26:11 UTC (rev 238642)
+++ PKGBUILD	2017-06-19 13:48:30 UTC (rev 238643)
@@ -3,18 +3,19 @@
 # Contributor: Daniel Plaza <daniel.plaza.espi at gmail.com>
 
 pkgname=pcsclite
-pkgver=1.8.21
+pkgver=1.8.22
+_dlid=4225
 pkgrel=1
 pkgdesc="PC/SC Architecture smartcard middleware library"
 arch=('i686' 'x86_64')
 url="https://alioth.debian.org/projects/pcsclite/"
 license=('BSD')
-depends=('python2' 'systemd')
+depends=('python' 'systemd')
 makedepends=('pkg-config')
 options=('!docs')
-source=("https://alioth.debian.org/frs/download.php/file/4216/pcsc-lite-${pkgver}.tar.bz2"
-        "https://alioth.debian.org/frs/download.php/file/4217/pcsc-lite-${pkgver}.tar.bz2.asc")
-sha256sums=('fe3365eb7d4ce0fe891e2b6d6248351c287435ca502103f1f1431b1710e513ad'
+source=("https://alioth.debian.org/frs/download.php/file/${_dlid}/pcsc-lite-${pkgver}.tar.bz2"
+        "https://alioth.debian.org/frs/download.php/file/$((_dlid+1))/pcsc-lite-${pkgver}.tar.bz2.asc")
+sha256sums=('6a358f61ed3b66a7f6e1f4e794a94c7be4c81b7a58ec360c33791e8d7d9bd405'
             'SKIP')
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau <rousseau at debian.org>
 
@@ -21,13 +22,12 @@
 build() {
   cd "${srcdir}/pcsc-lite-${pkgver}"
 
-  sed -i -e "s:python:python2:g" src/spy/pcsc-spy
-
   ./configure --prefix=/usr \
               --sbindir=/usr/bin \
-              --enable-libudev \
               --sysconfdir=/etc \
+              --enable-filter \
               --enable-ipcdir=/run/pcscd \
+              --enable-libudev \
               --enable-usbdropdir=/usr/lib/pcsc/drivers \
               --with-systemdsystemunitdir=/usr/lib/systemd/system
 



More information about the arch-commits mailing list