mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Update PKGBUILD
This commit is contained in:
parent
2b26941540
commit
07740e7f24
1 changed files with 4 additions and 3 deletions
7
PKGBUILD
7
PKGBUILD
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue