]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Update PKGBUILD
authortobtoht <thotbot@protonmail.com>
Thu, 7 Jul 2022 16:54:02 +0000 (18:54 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 7 Jul 2022 16:54:02 +0000 (18:54 +0200)
PKGBUILD

index b0a5187dc779bd1126a52c6e7bec1a7514e980af..2235bb637b50e6302c73ef88139cd8c9eb2f729d 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
 # Maintainer: wowario <wowario[at]protonmail[dot]com>
 # Contributor: wowario <wowario[at]protonmail[dot]com>
+# Contributor: tobtoht <dev@featherwallet.org>
 
 pkgname='monero-feather-git'
-pkgver=1.0.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='A free Monero desktop wallet'
 license=('BSD')
 arch=('x86_64')
 url="https://featherwallet.org"
-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' 'hidapi' 'protobuf' 'libusb' 'libudev.so' 'libgcrypt'
+         'qrencode' 'libsodium' 'expat' 'qt6-base' 'qt6-websockets' 'qt6-svg' 'tor' 'zbar' 'unbound')
 makedepends=('git' 'cmake' 'boost')
 
 source=("${pkgname}"::"git+https://github.com/feather-wallet/feather")