summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Goncharov2019-01-07 14:07:45 +0300
committerKirill Goncharov2019-01-07 14:15:21 +0300
commit4187c430eacf9569f982d49047619721d0030700 (patch)
tree4445a17c2763923bb07c64603d4be2c2cc166f20
parent7951964aa57d6a878fd3bb2e5798be73d1b19d4a (diff)
downloadaur-4187c430eacf9569f982d49047619721d0030700.tar.gz
Add curl and fontconfig to dependencies
-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=(