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

Bruno Pagani archange at gemini.archlinux.org
Fri May 20 16:50:41 UTC 2022


    Date: Friday, May 20, 2022 @ 16:50:41
  Author: archange
Revision: 1209415

Actually depends on libusb 1.x directly

Modified:
  acsccid/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 16:46:17 UTC (rev 1209414)
+++ PKGBUILD	2022-05-20 16:50:41 UTC (rev 1209415)
@@ -2,12 +2,12 @@
 
 pkgname=acsccid
 pkgver=1.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc="PC/SC driver that supports ACS CCID smart card readers."
 arch=(x86_64)
 url="http://acsccid.sourceforge.net/"
 license=(LGPL2.1)
-depends=(pcsclite libusb-compat)
+depends=(pcsclite libusb)
 source=(https://downloads.sourceforge.net/acsccid/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('f86fd846bc88594a569ea27040cb441d933b7eca8d51d2a90bacf161e7740051')
 



More information about the arch-commits mailing list