summaryrefslogtreecommitdiff
path: root/community/bitcoin/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-27 01:08:30 -0700
committerroot <root@rshg054.dnsready.net>2013-06-27 01:08:30 -0700
commit7851c02115b35e64fc3b827b29c79023d4518f6f (patch)
tree31fd94dd2170ee2c1a9cc08625c00b049df2c37e /community/bitcoin/PKGBUILD
parent38e0c9a91ef567c6656f4c45423160f0e3964250 (diff)
Thu Jun 27 01:08:30 PDT 2013
Diffstat (limited to 'community/bitcoin/PKGBUILD')
-rw-r--r--community/bitcoin/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD
index e3040c51b..572ddd10c 100644
--- a/community/bitcoin/PKGBUILD
+++ b/community/bitcoin/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 92952 2013-06-20 11:00:24Z tredaelli $
+# $Id: PKGBUILD 93162 2013-06-26 14:39:47Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: shahid <helllamer@gmail.com>
pkgbase=bitcoin
pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
arch=('i686' 'x86_64')
url="http://www.bitcoin.org/"
makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
license=('MIT')
source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('e15d3134f4efd8d60e243c7177edba06ac471619674ca07a42a1dced5f498728')
+sha256sums=('c6003a6af947e6978b13ab55d7bb7ec97aedc55022fb4924d08792a8d4f83a35')
build() {
cd "$srcdir/$pkgbase-$pkgver-linux/src"