summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordllud2020-04-11 02:07:25 +0100
committerdllud2020-04-11 02:07:25 +0100
commite365ec40fed2d5aaf8f7893e9959d026d48c2f98 (patch)
tree00217161f270d57b76dd67d75c7dc04082b7cf64
parent7ea10ff34703c5c81c081d19641644ac3c52b799 (diff)
downloadaur-e365ec40fed2d5aaf8f7893e9959d026d48c2f98.tar.gz
Add Tor as optional dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf51f6431d02..dfce98188d85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grin-wallet
pkgdesc = Reference implementation of Grin's wallet.
pkgver = 3.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mimblewimble/grin-wallet
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = grin-wallet
makedepends = clang
makedepends = git
makedepends = rust
+ optdepends = tor: for immediate transactions through Tor anonymizing network
source = grin-wallet::git+https://github.com/mimblewimble/grin-wallet.git#tag=v3.1.1
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 84172c3651b3..9060ee06bb0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=grin-wallet
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Reference implementation of Grin's wallet."
arch=('i686' 'x86_64')
url='https://github.com/mimblewimble/grin-wallet'
license=('Apache')
+optdepends=('tor: for immediate transactions through Tor anonymizing network')
makedepends=('clang' 'git' 'rust')
source=("$pkgname::git+https://github.com/mimblewimble/grin-wallet.git#tag=v${pkgver}")
sha256sums=('SKIP')