summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrederikstroem2023-03-17 22:10:26 +0100
committerfrederikstroem2023-03-17 22:10:26 +0100
commitc1bb42a708ad761aa05cdde78c0a9f00575fcc93 (patch)
tree74102f200fdc5b3f6198f8d27a90e7f7d182422f /PKGBUILD
parentdd8ea60ecc0e3803921a8eae66051041659d2c56 (diff)
downloadaur-c1bb42a708ad761aa05cdde78c0a9f00575fcc93.tar.gz
Add monero-feather-bin as conflicting package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1be3eed9e5ae..811bc9244080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
_pkgname=feather
pkgname="${_pkgname}wallet-appimage"
pkgver=2.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="A free Monero desktop wallet"
arch=('x86_64')
url="https://featherwallet.org"
license=('GPL')
depends=('tor' 'fuse2fs')
provides=("$pkgname")
-conflicts=("monero-${_pkgname}" "monero-${_pkgname}-git" "${_pkgname}wallet-bin")
+conflicts=("monero-${_pkgname}" "monero-${_pkgname}-git" "monero-${_pkgname}-bin" "${_pkgname}wallet-bin")
options=(!strip)
_appimage="${_pkgname}.AppImage"
validpgpkeys=('8185E158A33330C7FD61BC0D1F76E155CEFBA71C')