diff options
Diffstat (limited to 'community/bitcoin/PKGBUILD')
-rw-r--r-- | community/bitcoin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD index 24a8d44e8..a3d3c0cbe 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 102409 2013-12-10 14:39:27Z tredaelli $ +# $Id: PKGBUILD 105855 2014-02-16 14:27:32Z bpiotrowski $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: shahid <helllamer@gmail.com> pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') pkgver=0.8.6 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.bitcoin.org/" makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc') |