diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-14 14:24:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-14 14:24:11 +0000 |
commit | 06bbfed1b8fc636e424bd2be46ce64852fb91a1d (patch) | |
tree | 7ad42b44583961a240c492b32b53cb6ed7c4e64b /testing/bitcoin | |
parent | 66e2cc4252c785902c0703e765b6010ebea79bdb (diff) | |
download | aports-06bbfed1b8fc636e424bd2be46ce64852fb91a1d.tar.bz2 aports-06bbfed1b8fc636e424bd2be46ce64852fb91a1d.tar.xz |
testing/bitcoin: rebuild with protobuf-2.6
Diffstat (limited to 'testing/bitcoin')
-rw-r--r-- | testing/bitcoin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/bitcoin/APKBUILD b/testing/bitcoin/APKBUILD index 29dac3990e..d819a41b62 100644 --- a/testing/bitcoin/APKBUILD +++ b/testing/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.9.3 _ver=${pkgver/_/} -pkgrel=0 +pkgrel=1 pkgdesc="decentralized P2P electronic cash system" url="http://www.bitcoin.org/" arch="all" |