Package Details: ezifd 1.5.5.1-1

Git Clone URL: https://aur.archlinux.org/ezifd.git (read-only, click to copy)
Package Base: ezifd
Description: EZUSB/EZ100PU USB Chip/Smart Card Interface Devices driver
Upstream URL: https://github.com/drinkcat/ezIFD
Licenses: GPL, LGPL
Conflicts: ezusb
Submitter: drinkcat
Maintainer: drinkcat
Last Packager: drinkcat
Votes: 1
Popularity: 0.31
First Submitted: 2024-04-14 07:01 (UTC)
Last Updated: 2024-04-14 07:01 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

yan12125 commented on 2024-09-28 09:37 (UTC)

Thank you for this software! It also works with https://aur.archlinux.org/packages/chunghwa-post-webatm. I need some changes to make it work:

diff --git a/.SRCINFO b/.SRCINFO
index 6cc040d..1be0d1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = ezifd
    arch = x86_64
    license = LGPL
    license = GPL
+   makedepends = git
+   makedepends = autoconf-archive
    depends = pcsclite
    depends = libusb
    depends = flex
@@ -13,7 +15,7 @@ pkgbase = ezifd
    source = ezifd::git+https://github.com/drinkcat/ezIFD.git#commit=v1.5.5.2
    source = PCSC::git+https://github.com/LudovicRousseau/PCSC.git#commit=549922c1355fdd1e85eb0a952fefda7bb96e286a
    source = PCSC-contrib::git+https://github.com/LudovicRousseau/PCSC-contrib.git#commit=deebf6fca223d799b19de3c359697bed7b694bf0
-   sha256sums = 1e1e514e23b9d3ca7feb494ddba6fc4572cd2edc4d428dfd9ef2a2b77cb3d8fa
+   sha256sums = 10028acca970e4e29cb1665a752636c346879024cd376eb59430ff92b76514ea
    sha256sums = fb27a4d0ebd7f80d6b8427b30c337b160997e00ab92e5d46ba0d256264d02d5c
    sha256sums = 3f6bc5d74138403ea92362ec826564983401a1ef95f7d8a3a9b1a09fb49cb82b

diff --git a/PKGBUILD b/PKGBUILD
index 78e4ca7..beae606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,12 @@ arch=('x86_64')
 url='https://github.com/drinkcat/ezIFD'
 license=('LGPL' 'GPL')
 depends=('pcsclite' 'libusb' 'flex')
+makedepends=('git' 'autoconf-archive')
 conflicts=('ezusb')
 source=("${pkgname}"'::git+https://github.com/drinkcat/ezIFD.git#commit=v1.5.5.2'
         'PCSC::git+https://github.com/LudovicRousseau/PCSC.git#commit=549922c1355fdd1e85eb0a952fefda7bb96e286a'
         'PCSC-contrib::git+https://github.com/LudovicRousseau/PCSC-contrib.git#commit=deebf6fca223d799b19de3c359697bed7b694bf0')
-sha256sums=('1e1e514e23b9d3ca7feb494ddba6fc4572cd2edc4d428dfd9ef2a2b77cb3d8fa'
+sha256sums=('10028acca970e4e29cb1665a752636c346879024cd376eb59430ff92b76514ea'
             'fb27a4d0ebd7f80d6b8427b30c337b160997e00ab92e5d46ba0d256264d02d5c'
             '3f6bc5d74138403ea92362ec826564983401a1ef95f7d8a3a9b1a09fb49cb82b')