summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2021-12-10 16:21:11 +1100
committerLuis Aranguren2021-12-10 16:21:11 +1100
commit27883afa9f50b18e0dc209cf088eb136da33027f (patch)
tree7bf18654f92b9797a4d1701144c896875bd3dc49 /PKGBUILD
parent08d2a1252d3e2c941f68748512d4c0567e07b933 (diff)
downloadaur-27883afa9f50b18e0dc209cf088eb136da33027f.tar.gz
removed trezor-suite-appimage from conflicts, removed .gitignore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71b5d3197fae..9a0349b9dd54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=trezor-bridge-bin
pkgver=2.0.30
-pkgrel=3
+pkgrel=4
pkgdesc="Communication daemon for TREZOR"
arch=('i686' 'x86_64' 'aarch64')
url="https://trezor.io/"
@@ -12,7 +12,7 @@ license=('LGPL3')
depends=('systemd')
makedepends=()
provides=('trezor-bridge' 'trezord' 'trezor-udev')
-conflicts=('trezord-git' 'trezord-go' 'trezor-udev' 'trezor-suite-appimage')
+conflicts=('trezord-git' 'trezord-go' 'trezor-udev')
options=()
install="${pkgname}.install"
source_i686=("https://wallet.trezor.io/data/bridge/${pkgver}/trezor-bridge_${pkgver}_i386.deb")