litecoin: rebuild against protobuf-3.7.0

[ci skip]
This commit is contained in:
maxice8 2019-03-01 12:03:26 -03:00
parent 8e5d0a8206
commit 610bb4e6c8
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 5 additions and 5 deletions

View File

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