summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederikstroem2023-03-17 21:13:58 +0100
committerfrederikstroem2023-03-17 21:13:58 +0100
commitaa579bbf45e327075e8554da6ce964748c71e401 (patch)
tree27f4e31e8c028b6988fa16327ad316a160a2ef22
parent73c71e7fbe6b12afdc6c4d9c02d649407d738104 (diff)
downloadaur-monero-feather-bin.tar.gz
Bump to version 2.4.3, update conflicts, update thank comment
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ebfed9f4eac..bed4c0e9a6e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monero-feather-bin
pkgdesc = A free Monero desktop wallet
- pkgver = 2.4.1
+ pkgver = 2.4.3
pkgrel = 1
url = https://featherwallet.org
arch = x86_64
@@ -10,10 +10,11 @@ pkgbase = monero-feather-bin
provides = monero-feather-bin
conflicts = monero-feather
conflicts = monero-feather-git
+ conflicts = featherwallet-bin
noextract = feather.AppImage
options = !strip
- source = https://featherwallet.org/files/releases/linux-appimage/feather-2.4.1.AppImage
- source = https://featherwallet.org/files/releases/linux-appimage/feather-2.4.1.AppImage.asc
+ source = https://featherwallet.org/files/releases/linux-appimage/feather-2.4.3.AppImage
+ source = https://featherwallet.org/files/releases/linux-appimage/feather-2.4.3.AppImage.asc
validpgpkeys = 8185E158A33330C7FD61BC0D1F76E155CEFBA71C
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 91d8bd0dfa9f..cbc39bf4c7d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Frederik Holm Strøm <frederikstroem@pm.me>
-# Thanks to AUR users: Trebuchette, tobtoht
+# Thanks to AUR users: Trebuchette, tobtoht, jahway603
_pkgname=feather
pkgname="monero-${_pkgname}-bin"
-pkgver=2.4.1
+pkgver=2.4.3
pkgrel=1
pkgdesc="A free Monero desktop wallet"
arch=('x86_64')
@@ -12,7 +12,7 @@ url="https://featherwallet.org"
license=('GPL')
depends=('tor' 'fuse2fs')
provides=("$pkgname")
-conflicts=("monero-${_pkgname}" "monero-${_pkgname}-git")
+conflicts=("monero-${_pkgname}" "monero-${_pkgname}-git" "${_pkgname}wallet-bin")
options=(!strip)
_appimage="${_pkgname}.AppImage"
validpgpkeys=('8185E158A33330C7FD61BC0D1F76E155CEFBA71C')