Package Details: trezor-bridge-bin 2.0.30-4

Git Clone URL: https://aur.archlinux.org/trezor-bridge-bin.git (read-only, click to copy)
Package Base: trezor-bridge-bin
Description: Communication daemon for TREZOR
Upstream URL: https://trezor.io/
Keywords: trezor-bridge trezord
Licenses: LGPL3
Conflicts: trezor-udev, trezord-git, trezord-go
Provides: trezor-bridge, trezor-udev, trezord
Submitter: jugs
Maintainer: pizzaman
Last Packager: pizzaman
Votes: 25
Popularity: 0.000149
First Submitted: 2015-08-07 01:06 (UTC)
Last Updated: 2021-12-10 05:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

jak3264 commented on 2019-02-10 10:06 (UTC)

@nuc This looks like you're having some problem with libusb. trezor-bridge-bin is just script to fetch binaries from wallet.trezor.io/data/bridge and install them as Arch linux package. My bridge installation works fine. You can try to compile the binaries by yourself via trezord-git, as @redfish suggests, but I doubt it will solve the problem.

redfish commented on 2019-02-09 15:08 (UTC)

@nuc the trezord-git package has been working well for me, fwiw.

nuc commented on 2019-02-09 05:30 (UTC)

Getting this error upon opening https://wallet.trezor.io/#/:

Action was interrupted
Error details: LIBUSB_ERROR_ACCESS

petrkr commented on 2018-07-23 11:58 (UTC)

Diff to version 2.0.19

diff --git a/PKGBUILD b/PKGBUILD.new
index cbde23c..331c8d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD.new
@@ -2,7 +2,7 @@
 # Contributor: Sebastian Jug <seb@stianj.ug>

 pkgname=trezor-bridge-bin
-pkgver=2.0.14
+pkgver=2.0.19
 pkgrel=2
 pkgdesc="Communication daemon for TREZOR"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ options=()
 install=$pkgname.install
 source_i686=("https://wallet.trezor.io/data/bridge/${pkgver}/trezor-bridge_${pkgver}_i386.deb")
 source_x86_64=("https://wallet.trezor.io/data/bridge/${pkgver}/trezor-bridge_${pkgver}_amd64.deb")
-sha256sums_i686=('73b685f26c0d51a47e06034e2043bc10da7a20f368fe017a537b81a03ebcef8d')
-sha256sums_x86_64=('499ddb14b70b3dea16532decb7118bce46c4d97382e3804edd8d6c9608c02296')
+sha256sums_i686=('f5b3a810602c9434f5b61be091c294d532fd08e6c4289ad76b8b0dbd05a69762')
+sha256sums_x86_64=('ef01a113067b5c21f7327555a30f175009ae8778dec4bfb4e3d554fa694b07a0')

 package() {
     msg2 "Extracting the data..."

tsusanka commented on 2018-04-13 08:50 (UTC)

Can I help with this being updated?

trundle commented on 2018-03-20 19:18 (UTC)

Will you update the package with the latest version?

veox commented on 2018-03-10 13:44 (UTC) (edited on 2018-03-10 13:45 (UTC) by veox)

PKGBUILD diff to 2.0.9:

5c5
< pkgver=1.2.1
---
> pkgver=2.0.9
17,18c17,18
< sha256sums_i686=('1f0b10541e5a9f54bc73aa0d985233d2d4c88f391fb7997633a035ed286ceb55')
< sha256sums_x86_64=('7544eae4f1fd0238bfd67ec908925da2a94824167f500e4fa91d9764a2c7f7c7')
---
> sha256sums_i686=('5f5994130cab93dd9f8a761071e47e87ffc070b7e3d06b64c91bd27a55ed72da')
> sha256sums_x86_64=('d67a9a2483095c5bb52653022f40469406c800bf3c32b4d29272bfee25f9bc37')
26,28c26
<     
<     msg2 "Removing init scripts, and cleaning up..."
<     rm -r "$pkgdir"/etc/ "$pkgdir"/lib/
---
>     rmdir "$pkgdir"/lib

veox commented on 2018-03-10 13:33 (UTC)

URL should be updated: currently redirects to: https://wallet.trezor.io/#/

jugs commented on 2016-10-20 00:47 (UTC)

As @lothar_m said back in June, libmicrohttpd has to be 0.9.44 otherwise we run into issues...