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

infertux commented on 2016-10-11 10:05 (UTC)

Here's the diff to update it to version 1.2.0: ``` @@ -2,8 +2,8 @@ # pkgname=trezor-bridge-bin -pkgver=1.1.3 -pkgrel=1 +pkgver=1.2.0 +pkgrel=2 pkgdesc="Standalone application to use the trezor hardware bitcoin wallet with your computer" arch=('i686' 'x86_64') url="https://mytrezor.com/" @@ -12,18 +12,18 @@ makedepends=() options=() install=$pkgname.install -source_i686=("https://mytrezor.s3.amazonaws.com/bridge/${pkgver}/trezor-bridge_${pkgver}_i386.deb") -source_x86_64=("https://mytrezor.s3.amazonaws.com/bridge/${pkgver}/trezor-bridge_${pkgver}_amd64.deb") -sha256sums_i686=('2b5cf70dd2b5d5bd3df77375dace5242c7e7fc104651d086106d3b2038a564f7') -sha256sums_x86_64=('079600f4c39699f71243904925d96584420773015328cc5fd7edb0ef739f14b3') +source_i686=("https://wallet.mytrezor.com/data/bridge/${pkgver}/trezor-bridge_${pkgver}_i386.deb") +source_x86_64=("https://wallet.mytrezor.com/data/bridge/${pkgver}/trezor-bridge_${pkgver}_amd64.deb") +sha256sums_i686=('ef156e38f7622c4033839e7adac16f9744b27d6554c786e9e8d2d814f19c89e6') +sha256sums_x86_64=('1eba299bcd96be68b675efe5935705cccf013c8b7a452497d83b3ca4bba23297') package() { msg2 "Extracting the data..." bsdtar -xf data.tar.gz -C "$pkgdir/" msg2 "Fixing file structure..." - mv "$pkgdir"/lib/udev/ "$pkgdir"/lib/jsoncpp/ -t "$pkgdir"/usr/lib/ - + mv "$pkgdir"/lib/udev/ -t "$pkgdir"/usr/lib/ + msg2 "Removing init scripts, and cleaning up..." - rm -r "$pkgdir"/etc/ "$pkgdir"/lib/ "$pkgdir"/usr/lib/jsoncpp/CMakeFiles/CMakeTmp/ + rm -r "$pkgdir"/etc/ "$pkgdir"/lib/ } ```

dkaparis commented on 2016-08-28 20:54 (UTC)

On my system, trezord gives the following error: trezord: error while loading shared libraries: libmicrohttpd.so.10: cannot open shared object file: No such file or directory Version of libmicrohttpd is 0.9.50-1

lothar_m commented on 2016-06-27 09:20 (UTC)

Is anyone having problems with this package and the latest libmicrohttpd? I can only run it successfully with libmicrohttpd 0.9.44 (newer versions prevent trezor-bridge from running).

lothar_m commented on 2016-06-27 09:17 (UTC)

Version 1.1.5 is available.

raucao commented on 2016-04-01 16:58 (UTC)

Could you update the version to 1.1.3 please?

jugs commented on 2015-09-26 13:36 (UTC)

@bjorn, why is this package out of date? I can't seem to find a newer version than 1.1.0.