From cfdda78bfe8f87738677b09ed22c668344e434d0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 22 Feb 2013 16:30:15 +0100 Subject: [PATCH] bitcoin: update to 0.8.0. --- srcpkgs/bitcoin/bitcoin-qt.template | 3 --- srcpkgs/bitcoin/template | 10 ++-------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/srcpkgs/bitcoin/bitcoin-qt.template b/srcpkgs/bitcoin/bitcoin-qt.template index 6fbc750a16c..3c1ab859d1b 100644 --- a/srcpkgs/bitcoin/bitcoin-qt.template +++ b/srcpkgs/bitcoin/bitcoin-qt.template @@ -2,9 +2,6 @@ # depends="desktop-file-utils" short_desc="${short_desc} -- QT GUI" -long_desc="${long_desc} - - This package contains the QT GUI." do_install() { vinstall src/bitcoin-qt 755 usr/bin diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index c106b990a20..e05e849f54c 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,6 +1,6 @@ # Template file for 'bitcoin' pkgname=bitcoin -version=0.7.2 +version=0.8.0 revision=1 wrksrc="${pkgname}-${version}-linux" subpackages="bitcoin-qt" @@ -10,13 +10,7 @@ maintainer="Juan RP " license="MIT" homepage="http://www.bitcoin.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-linux.tar.gz" -checksum=23d44161670c521f2aba64f9351b42260baa6bb2981640617c8e2e7683e5855c -long_desc=" - Bitcoin is an experimental new digital currency that enables instant payments - to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to - operate with no central authority: managing transactions and issuing money are - carried out collectively by the network. Bitcoin is also the name of the open - source software which enables the use of this currency." +checksum=e31529147d307b2240e08af3a5a4606fe2c112d1b0e91e3cce4a2bac2583cecc do_build() { cd src