diff --git a/PKGBUILD b/PKGBUILD index b0a5187..2235bb6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,16 @@ # Maintainer: wowario # Contributor: wowario +# Contributor: tobtoht 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")