Update PKGBUILD

This commit is contained in:
tobtoht 2022-07-07 18:54:02 +02:00
parent 2b26941540
commit 07740e7f24

View file

@ -1,15 +1,16 @@
# Maintainer: wowario <wowario[at]protonmail[dot]com> # Maintainer: wowario <wowario[at]protonmail[dot]com>
# Contributor: wowario <wowario[at]protonmail[dot]com> # Contributor: wowario <wowario[at]protonmail[dot]com>
# Contributor: tobtoht <dev@featherwallet.org>
pkgname='monero-feather-git' pkgname='monero-feather-git'
pkgver=1.0.0 pkgver=2.0.0
pkgrel=1 pkgrel=1
pkgdesc='A free Monero desktop wallet' pkgdesc='A free Monero desktop wallet'
license=('BSD') license=('BSD')
arch=('x86_64') arch=('x86_64')
url="https://featherwallet.org" url="https://featherwallet.org"
depends=('libzip' 'boost-libs' 'libunwind' 'openssl' 'zeromq' 'hidapi' 'protobuf' 'libusb' 'libudev.so' 'libgcrypt' depends=('libzip' 'boost-libs' 'libunwind' 'openssl' 'hidapi' 'protobuf' 'libusb' 'libudev.so' 'libgcrypt'
'qrencode' 'libsodium' 'expat' 'qt5-base' 'qt5-websockets' 'qt5-svg' 'tor' 'zbar') 'qrencode' 'libsodium' 'expat' 'qt6-base' 'qt6-websockets' 'qt6-svg' 'tor' 'zbar' 'unbound')
makedepends=('git' 'cmake' 'boost') makedepends=('git' 'cmake' 'boost')
source=("${pkgname}"::"git+https://github.com/feather-wallet/feather") source=("${pkgname}"::"git+https://github.com/feather-wallet/feather")