summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86c265cf3141..210516d2ccb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = wasabi-wallet-bin
pkgdesc = Privacy focused, ZeroLink compliant Bitcoin wallet
pkgver = 1.0.5
- pkgrel = 2
+ pkgrel = 3
url = https://wasabiwallet.io/
arch = x86_64
license = MIT
+ depends = curl
+ depends = fontconfig
provides = wasabi-wallet
conflicts = wasabi-wallet
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 3104009b5ca0..c64612ceb445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=wasabi-wallet-bin
_pkgname=wasabi-wallet
pkgver=1.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Privacy focused, ZeroLink compliant Bitcoin wallet"
arch=('x86_64')
options=(!strip staticlibs)
url="https://wasabiwallet.io/"
license=('MIT')
+depends=('curl' 'fontconfig')
provides=('wasabi-wallet')
conflicts=('wasabi-wallet')
source=(