summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10ec959c6540..8388fd620818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trezor-bridge-bin
pkgdesc = Communication daemon for TREZOR
pkgver = 2.0.30
- pkgrel = 3
+ pkgrel = 4
url = https://trezor.io/
install = trezor-bridge-bin.install
arch = i686
@@ -15,7 +15,6 @@ pkgbase = trezor-bridge-bin
conflicts = trezord-git
conflicts = trezord-go
conflicts = trezor-udev
- conflicts = trezor-suite-appimage
source_i686 = https://wallet.trezor.io/data/bridge/2.0.30/trezor-bridge_2.0.30_i386.deb
sha256sums_i686 = 70a3d2f68a6796014ed495a0138612518e681cb3ae91260d74651af8bf836438
source_x86_64 = https://wallet.trezor.io/data/bridge/2.0.30/trezor-bridge_2.0.30_amd64.deb
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8143bff9a087..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*.deb
-*.tar.xz
-*.zst
-pkg
-src
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")