summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2023-06-25 20:33:23 +0800
committerChih-Hsuan Yen2023-06-25 20:33:23 +0800
commit23ea61a33469b6cdb3f685d89c39d410bd6606a1 (patch)
treeb1a3e3017416e0acc5ff28d682250a96d82063ff
parent79fbda15ee901afe7ed49c3496f52299b0b872f5 (diff)
downloadaur-23ea61a33469b6cdb3f685d89c39d410bd6606a1.tar.gz
tbb-combo-native-agent: switch to wine-wow64
Somehow upstream releases a new binary with the same version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57405109cb42..17a84adce8ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = tbb-combo-native-agent
pkgdesc = Taiwan Business Bank combo native agent (臺灣企銀二合一元件)
pkgver = 1.0.0.13
- pkgrel = 1
+ pkgrel = 2
url = https://ebank.tbb.com.tw/
arch = any
license = unknown
makedepends = p7zip
makedepends = gendesk
makedepends = pev
- depends = wine-winscard
- depends = lib32-gnutls
- depends = lib32-pcsclite
+ depends = wine-wow64
+ depends = gnutls
+ depends = pcsclite
source = Install_TbbComboNativeAgentHost-1.0.0.13.exe::https://ebank.tbb.com.tw/nb3/COMPONENT/component_download?componentPath=win&trancode=ComponentDownload
source = tbb-combo-native-agent
- sha256sums = cede47f11b90a296b9b33b4201a65655135572d763f3dd95648cb74f420900bb
+ sha256sums = e1b67360e1b5670fe20ddf9bcbd86f431915657b85f974069d8cd89ebe6be1a3
sha256sums = d53b1fa92ef27d426a390a6d1b56a0096bdfc37a60bc9700e79c7d982796994c
pkgname = tbb-combo-native-agent
diff --git a/PKGBUILD b/PKGBUILD
index 947e32f9f477..eda737aa3a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
pkgname=tbb-combo-native-agent
pkgver=1.0.0.13
-pkgrel=1
+pkgrel=2
pkgdesc='Taiwan Business Bank combo native agent (臺灣企銀二合一元件)'
arch=(any)
url='https://ebank.tbb.com.tw/'
license=(unknown)
-depends=(wine-winscard lib32-gnutls lib32-pcsclite)
+# Per https://bugs.winehq.org/show_bug.cgi?id=54661, 32-bit winscard.dll will be supported through wow64 thunks
+depends=(wine-wow64 gnutls pcsclite)
makedepends=(p7zip gendesk pev)
source=("Install_TbbComboNativeAgentHost-$pkgver.exe"::"https://ebank.tbb.com.tw/nb3/COMPONENT/component_download?componentPath=win&trancode=ComponentDownload"
"$pkgname")
-sha256sums=('cede47f11b90a296b9b33b4201a65655135572d763f3dd95648cb74f420900bb'
+sha256sums=('e1b67360e1b5670fe20ddf9bcbd86f431915657b85f974069d8cd89ebe6be1a3'
'd53b1fa92ef27d426a390a6d1b56a0096bdfc37a60bc9700e79c7d982796994c')
prepare() {