summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgacallea2021-06-09 19:15:00 +0200
committergacallea2021-06-09 19:15:00 +0200
commit08d2a1252d3e2c941f68748512d4c0567e07b933 (patch)
treecea662a09d4888a60843d2d2f2fd419c77a0095f /PKGBUILD
parent6d98a4551a228929419e3b41c3d31fa122b018e1 (diff)
downloadaur-08d2a1252d3e2c941f68748512d4c0567e07b933.tar.gz
added arm64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10db5a69c81d..71b5d3197fae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=trezor-bridge-bin
pkgver=2.0.30
-pkgrel=2
+pkgrel=3
pkgdesc="Communication daemon for TREZOR"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://trezor.io/"
license=('LGPL3')
depends=('systemd')
@@ -17,8 +17,10 @@ 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")
+source_aarch64=("https://wallet.trezor.io/data/bridge/${pkgver}/trezor-bridge_${pkgver}_arm64.deb")
sha256sums_i686=('70a3d2f68a6796014ed495a0138612518e681cb3ae91260d74651af8bf836438')
sha256sums_x86_64=('5b61650044b0a0aad8d1a7a611f4393bfa43ef3622c09600a0f5eee87d84017b')
+sha256sums_aarch64=('6a2711536f132ab90a2edd86d917a29fad2a67ade1b1acd81c8f0f4297163c66')
package() {
echo "Extracting the data..."