summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-02-05 12:18:05 -0500
committerredfish2018-02-05 12:18:05 -0500
commitb236c41c4bee0f00e3b534103a06c4f5c5b98c20 (patch)
tree32be4c90aa135d4ae795528c44fef9b849d17458
parent94389754e727d729ab6e92fc5e6c12fdbb02f680 (diff)
downloadaur-b236c41c4bee0f00e3b534103a06c4f5c5b98c20.tar.gz
move i2pd to optdeps
Because i2pd can be installed on another host.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9d301a21af9..9f7f13459ed6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 5 17:09:58 UTC 2018
+# Mon Feb 5 17:15:22 UTC 2018
pkgbase = gostcoin-git
pkgdesc = Coin based on GOST R 34.10 and GOST R 34.11-2012 with I2P support
pkgver = v0.8.5.10.r44.g90ce779
@@ -15,7 +15,7 @@ pkgbase = gostcoin-git
makedepends = cmake
depends = boost-libs
depends = openssl-1.0
- depends = i2pd
+ optdepends = i2pd: I2P network transport
backup = etc/gostcoind.conf
source = gostcoin::git+https://github.com/GOSTSec/gostcoin
source = gostcoind.service
diff --git a/PKGBUILD b/PKGBUILD
index 6c725446e3c4..3b9051db1e7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,11 +17,12 @@ url="http://gostcoin.i2p"
license=('MIT')
makedepends=('boost' 'cmake')
-depends=('boost-libs' 'openssl-1.0' 'i2pd')
+depends=('boost-libs' 'openssl-1.0')
if [ ! -z "$_BUILD_QT_GUI" ]
then
depends+=('qt5-base')
fi
+optdepends=('i2pd: I2P network transport')
source=("${pkgbase%%-git}::git+https://github.com/GOSTSec/gostcoin"
"gostcoind.service"