summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederikstroem2022-05-22 03:25:13 +0200
committerfrederikstroem2022-05-22 03:25:13 +0200
commite75b85fa30b85b718026666c29f19c7ff88cbfa5 (patch)
tree0ca77880383558c1653a53f1e007329345042dcc
parent8e99d0199df30839a143bf8bb6ba5580a3d55178 (diff)
downloadaur-e75b85fa30b85b718026666c29f19c7ff88cbfa5.tar.gz
Add fuse2fs as dependency
https://aur.archlinux.org/packages/monero-feather-bin#comment-865637
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d82f74908a8..2144163eb481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="A free Monero desktop wallet"
arch=('x86_64')
url="https://featherwallet.org"
license=('GPL')
-depends=('libzip' 'boost-libs' 'libunwind' 'openssl' 'zeromq' 'hidapi' 'protobuf' 'libusb' 'libudev.so' 'libgcrypt' 'qrencode' 'libsodium' 'expat' 'qt5-base' 'qt5-websockets' 'qt5-svg' 'tor' 'zbar')
+depends=('libzip' 'boost-libs' 'libunwind' 'openssl' 'zeromq' 'hidapi' 'protobuf' 'libusb' 'libudev.so' 'libgcrypt' 'qrencode' 'libsodium' 'expat' 'qt5-base' 'qt5-websockets' 'qt5-svg' 'tor' 'zbar', 'fuse2fs')
provides=("$pkgname")
conflicts=("monero-${_pkgname}" "monero-${_pkgname}-git")
options=(!strip)