From 85994c52696db63d730e74f14a58828b8be671b1 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 5 Nov 2019 19:18:45 -0600 Subject: [PATCH] litecoin: update to 0.17.1 --- srcpkgs/litecoin/template | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/srcpkgs/litecoin/template b/srcpkgs/litecoin/template index 0ef983d1b8b..5d02c59838c 100644 --- a/srcpkgs/litecoin/template +++ b/srcpkgs/litecoin/template @@ -1,7 +1,7 @@ # Template file for 'litecoin' pkgname=litecoin -version=0.16.3 -revision=7 +version=0.17.1 +revision=1 build_style=gnu-configure configure_args="--with-incompatible-bdb --with-gui=qt5 --disable-static --disable-tests --with-libressl" @@ -13,7 +13,7 @@ maintainer="Orphaned " license="MIT" homepage="http://www.litecoin.org/" distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz" -checksum=7788800eb4a433696a464563384cbdf83a47eebb8698325c75314171833227c8 +checksum=6e05514a480990f1ff1e7c81b5443d741f4016c03ab5c1ef44bf4b169af88bee if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools protobuf" @@ -23,9 +23,12 @@ fi pre_configure() { NOCONFIGURE=1 ./autogen.sh } + post_install() { rm -rf ${DESTDIR}/usr/include - vsconf contrib/debian/examples/bitcoin.conf + vsconf share/examples/litecoin.conf vman doc/man/litecoind.1 litecoind.1 vlicense COPYING + vmkdir usr/share/bash-completion/completions/${pkgname} + vcopy contrib/*.bash-completion usr/share/bash-completion/completions/${pkgname} }