litecoin: update to 0.10.2.2.
This commit is contained in:
parent
cdd2375ba9
commit
e2f6d4ce29
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'litecoin'
|
||||
pkgname=litecoin
|
||||
version=0.10.2.1
|
||||
revision=4
|
||||
version=0.10.2.2
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}"
|
||||
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 --disable-tests
|
||||
--with-libressl"
|
||||
hostmakedepends="automake libtool pkg-config yasm"
|
||||
makedepends="zlib-devel db-devel libressl-devel boost-devel
|
||||
qt5-tools-devel miniupnpc-devel protobuf-devel"
|
||||
|
@ -13,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="http://www.litecoin.org/"
|
||||
distfiles="https://github.com/litecoin-project/litecoin/archive/v${version}.tar.gz"
|
||||
checksum=8e7cdc1ae5e57760ef43e8c6deabd02657c8159711a4d47cc584e3e8182d5a7f
|
||||
checksum=952c84b181323db17a8fa23217f59b576ad3ebad92c158b3a7c29d458a1130dc
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue