diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index cde120c0676..cf607c0d72b 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,11 +1,11 @@ # Template file for 'litecoin' pkgname=litecoin version=0.16.3 -revision=4 +revision=5 build_style=gnu-configure -configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests - --with-libressl" -hostmakedepends="automake libtool pkg-config yasm" +configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static + --disable-tests --with-libressl" +hostmakedepends="automake libtool pkg-config yasm protobuf" makedepends="libatomic-devel zlib-devel db-devel libressl-devel boost-devel qt5-tools-devel miniupnpc-devel protobuf-devel libevent-devel" short_desc="Peer-to-peer Internet currency based on scrypt cryptography" @@ -13,7 +13,7 @@ maintainer="Juan RP " license="MIT" homepage="http://www.litecoin.org/" distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz" -checksum=7788800eb4a433696a464563384cbdf83a47eebb8698325c75314171833227c8 +checksum=afdcf2fc8f343cef556ff3a930d363d9c714d03d7f13964e67f65194f82b37ad if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools protobuf"