summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2018-02-05 12:18:05 -0500
committerredfish2018-02-05 12:18:05 -0500
commitb236c41c4bee0f00e3b534103a06c4f5c5b98c20 (patch)
tree32be4c90aa135d4ae795528c44fef9b849d17458 /PKGBUILD
parent94389754e727d729ab6e92fc5e6c12fdbb02f680 (diff)
downloadaur-b236c41c4bee0f00e3b534103a06c4f5c5b98c20.tar.gz
move i2pd to optdeps
Because i2pd can be installed on another host.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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"