[arch-commits] Commit in bitcoin/repos (4 files)

2019-03-04 Thread Jan Steffens via arch-commits
Date: Monday, March 4, 2019 @ 22:07:06
  Author: heftig
Revision: 437655

archrelease: copy trunk to community-staging-x86_64

Added:
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 437654, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/bitcoin.sysusers
(from rev 437654, bitcoin/trunk/bitcoin.sysusers)
  bitcoin/repos/community-staging-x86_64/bitcoin.tmpfiles
(from rev 437654, bitcoin/trunk/bitcoin.tmpfiles)

--+
 PKGBUILD |   95 +
 bitcoin.sysusers |1 
 bitcoin.tmpfiles |2 +
 3 files changed, 98 insertions(+)

Copied: bitcoin/repos/community-staging-x86_64/PKGBUILD (from rev 437654, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-04 22:07:06 UTC (rev 437655)
@@ -0,0 +1,95 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.17.1
+pkgrel=2
+arch=('x86_64')
+url="https://www.bitcoin.org/;
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;
+"bitcoin.sysusers"
+"bitcoin.tmpfiles")
+sha256sums=('d51bae80fc0a460ce752d04097c4a1271a66b55260d53165d82313488117d290'
+'6f70b0d3d5e4a3f78b15d8f49515cd33cbf0c9d2ac22f94f0d3fabb3f620e458'
+'b769c977b193680f2f549997fd8e07f6aa507071dfd519d59255ab4c687ebfcd')
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
+  make
+}
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs libevent qt5-base miniupnpc libminiupnpc.so qrencode 
protobuf zeromq)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 doc/man/bitcoin-qt.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-qt.1
+  install -Dm644 share/pixmaps/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs libevent miniupnpc libminiupnpc.so zeromq)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 contrib/bitcoind.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoind
+  install -Dm644 doc/man/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 contrib/init/bitcoind.service \
+"$pkgdir/usr/lib/systemd/system/bitcoind.service"
+  install -Dm644 "$srcdir/bitcoin.sysusers" \
+"$pkgdir/usr/lib/sysusers.d/bitcoin.conf"
+  install -Dm644 "$srcdir/bitcoin.tmpfiles" \
+"$pkgdir/usr/lib/tmpfiles.d/bitcoin.conf"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-cli() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
+  depends=(boost-libs libevent)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
+  install -Dm644 contrib/bitcoin-cli.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoin-cli
+  install -Dm644 doc/man/bitcoin-cli.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-cli.1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-tx() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
+  depends=(boost-libs openssl)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
+  install -Dm644 contrib/bitcoin-tx.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoin-tx
+  install -Dm644 doc/man/bitcoin-tx.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-tx.1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-staging-x86_64/bitcoin.sysusers (from rev 
437654, bitcoin/trunk/bitcoin.sysusers)
===
--- community-staging-x86_64/bitcoin.sysusers   (rev 0)
+++ community-staging-x86_64/bitcoin.sysusers   2019-03-04 22:07:06 UTC (rev 
437655)
@@ -0,0 +1 @@
+u bitcoin - - /var/lib/bitcoin

Copied: 

[arch-commits] Commit in bitcoin/repos (4 files)

2019-01-15 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 10:14:14
  Author: felixonmars
Revision: 423276

archrelease: copy trunk to community-staging-x86_64

Added:
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 423275, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/bitcoin.sysusers
(from rev 423275, bitcoin/trunk/bitcoin.sysusers)
  bitcoin/repos/community-staging-x86_64/bitcoin.tmpfiles
(from rev 423275, bitcoin/trunk/bitcoin.tmpfiles)

--+
 PKGBUILD |   99 +
 bitcoin.sysusers |1 
 bitcoin.tmpfiles |2 +
 3 files changed, 102 insertions(+)

Copied: bitcoin/repos/community-staging-x86_64/PKGBUILD (from rev 423275, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-15 10:14:14 UTC (rev 423276)
@@ -0,0 +1,99 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.16.3
+pkgrel=2
+arch=('x86_64')
+url="https://www.bitcoin.org/;
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;
+"bitcoin.sysusers"
+"bitcoin.tmpfiles")
+sha256sums=('c8557b6df5f5cdf67b3ddf6fe501cfc6e0be698f175f16927dd08d6040df7d9f'
+'6f70b0d3d5e4a3f78b15d8f49515cd33cbf0c9d2ac22f94f0d3fabb3f620e458'
+'b769c977b193680f2f549997fd8e07f6aa507071dfd519d59255ab4c687ebfcd')
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
+  make
+}
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs libevent qt5-base miniupnpc libminiupnpc.so qrencode 
protobuf zeromq)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 doc/man/bitcoin-qt.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-qt.1
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs libevent miniupnpc libminiupnpc.so zeromq)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 contrib/bitcoind.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoind
+  install -Dm644 doc/man/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 contrib/debian/examples/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 contrib/init/bitcoind.service \
+"$pkgdir/usr/lib/systemd/system/bitcoind.service"
+  install -Dm644 "$srcdir/bitcoin.sysusers" \
+"$pkgdir/usr/lib/sysusers.d/bitcoin.conf"
+  install -Dm644 "$srcdir/bitcoin.tmpfiles" \
+"$pkgdir/usr/lib/tmpfiles.d/bitcoin.conf"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-cli() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
+  depends=(boost-libs libevent)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
+  install -Dm644 contrib/bitcoin-cli.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoin-cli
+  install -Dm644 doc/man/bitcoin-cli.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-cli.1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-tx() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
+  depends=(boost-libs openssl)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
+  install -Dm644 contrib/bitcoin-tx.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoin-tx
+  install -Dm644 doc/man/bitcoin-tx.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-tx.1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-staging-x86_64/bitcoin.sysusers (from rev 
423275, bitcoin/trunk/bitcoin.sysusers)
===
--- 

[arch-commits] Commit in bitcoin/repos (4 files)

2018-09-18 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 07:17:46
  Author: foutrelis
Revision: 382947

archrelease: copy trunk to community-staging-x86_64

Added:
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 382946, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/bitcoin.sysusers
(from rev 382946, bitcoin/trunk/bitcoin.sysusers)
  bitcoin/repos/community-staging-x86_64/bitcoin.tmpfiles
(from rev 382946, bitcoin/trunk/bitcoin.tmpfiles)

--+
 PKGBUILD |   99 +
 bitcoin.sysusers |1 
 bitcoin.tmpfiles |2 +
 3 files changed, 102 insertions(+)

Copied: bitcoin/repos/community-staging-x86_64/PKGBUILD (from rev 382946, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 07:17:46 UTC (rev 382947)
@@ -0,0 +1,99 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.16.2
+pkgrel=3
+arch=('x86_64')
+url="https://www.bitcoin.org/;
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;
+"bitcoin.sysusers"
+"bitcoin.tmpfiles")
+sha256sums=('0d99c4be777943954c4fea1aff0c405dbd5e30d87bcb9a939f26fa19ccb76f93'
+'6f70b0d3d5e4a3f78b15d8f49515cd33cbf0c9d2ac22f94f0d3fabb3f620e458'
+'b769c977b193680f2f549997fd8e07f6aa507071dfd519d59255ab4c687ebfcd')
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
+  make
+}
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs libevent qt5-base miniupnpc libminiupnpc.so qrencode 
protobuf zeromq)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 doc/man/bitcoin-qt.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-qt.1
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs libevent miniupnpc libminiupnpc.so zeromq)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 contrib/bitcoind.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoind
+  install -Dm644 doc/man/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 contrib/debian/examples/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 contrib/init/bitcoind.service \
+"$pkgdir/usr/lib/systemd/system/bitcoind.service"
+  install -Dm644 "$srcdir/bitcoin.sysusers" \
+"$pkgdir/usr/lib/sysusers.d/bitcoin.conf"
+  install -Dm644 "$srcdir/bitcoin.tmpfiles" \
+"$pkgdir/usr/lib/tmpfiles.d/bitcoin.conf"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-cli() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
+  depends=(boost-libs libevent)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
+  install -Dm644 contrib/bitcoin-cli.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoin-cli
+  install -Dm644 doc/man/bitcoin-cli.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-cli.1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-tx() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
+  depends=(boost-libs openssl)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
+  install -Dm644 contrib/bitcoin-tx.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoin-tx
+  install -Dm644 doc/man/bitcoin-tx.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-tx.1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-staging-x86_64/bitcoin.sysusers (from rev 
382946, bitcoin/trunk/bitcoin.sysusers)
===
--- 

[arch-commits] Commit in bitcoin/repos (4 files)

2018-09-03 Thread Filipe Laíns via arch-commits
Date: Monday, September 3, 2018 @ 13:37:41
  Author: ffy00
Revision: 376394

archrelease: copy trunk to community-staging-x86_64

Added:
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 376393, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/bitcoin.sysusers
(from rev 376393, bitcoin/trunk/bitcoin.sysusers)
  bitcoin/repos/community-staging-x86_64/bitcoin.tmpfiles
(from rev 376393, bitcoin/trunk/bitcoin.tmpfiles)

--+
 PKGBUILD |  100 +
 bitcoin.sysusers |1 
 bitcoin.tmpfiles |2 +
 3 files changed, 103 insertions(+)

Copied: bitcoin/repos/community-staging-x86_64/PKGBUILD (from rev 376393, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-03 13:37:41 UTC (rev 376394)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer : Christian Rebischke 
+# Contributor: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.16.2
+pkgrel=2
+arch=('x86_64')
+url="https://www.bitcoin.org/;
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;
+"bitcoin.sysusers"
+"bitcoin.tmpfiles")
+sha256sums=('0d99c4be777943954c4fea1aff0c405dbd5e30d87bcb9a939f26fa19ccb76f93'
+'6f70b0d3d5e4a3f78b15d8f49515cd33cbf0c9d2ac22f94f0d3fabb3f620e458'
+'b769c977b193680f2f549997fd8e07f6aa507071dfd519d59255ab4c687ebfcd')
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
+  make
+}
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs libevent qt5-base miniupnpc libminiupnpc.so qrencode 
protobuf zeromq)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 doc/man/bitcoin-qt.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-qt.1
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs libevent miniupnpc libminiupnpc.so zeromq)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 contrib/bitcoind.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoind
+  install -Dm644 doc/man/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 contrib/debian/examples/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 contrib/init/bitcoind.service \
+"$pkgdir/usr/lib/systemd/system/bitcoind.service"
+  install -Dm644 "$srcdir/bitcoin.sysusers" \
+"$pkgdir/usr/lib/sysusers.d/bitcoin.conf"
+  install -Dm644 "$srcdir/bitcoin.tmpfiles" \
+"$pkgdir/usr/lib/tmpfiles.d/bitcoin.conf"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-cli() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
+  depends=(boost-libs libevent)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
+  install -Dm644 contrib/bitcoin-cli.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoin-cli
+  install -Dm644 doc/man/bitcoin-cli.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-cli.1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-tx() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
+  depends=(boost-libs openssl)
+
+  cd $pkgbase-$pkgver
+  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
+  install -Dm644 contrib/bitcoin-tx.bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/bitcoin-tx
+  install -Dm644 doc/man/bitcoin-tx.1 \
+"$pkgdir"/usr/share/man/man1/bitcoin-tx.1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-staging-x86_64/bitcoin.sysusers (from rev 
376393, bitcoin/trunk/bitcoin.sysusers)
===
--- 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-10-15 Thread Antonio Rojas
Date: Sunday, October 15, 2017 @ 16:51:08
  Author: arojas
Revision: 262941

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 262940, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 262940, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  208 
 community-staging-x86_64/PKGBUILD |  208 
 2 files changed, 416 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 262940, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-15 16:51:08 UTC (rev 262941)
@@ -0,0 +1,208 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.15.0.1
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;)
+sha256sums=('a2d28632be6918ce23d2fd589f0aecbb2a90579c9345f47fdfe1e77ec31f023e')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+ _parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+printf ' (%s)' "$(gettext "error during signature 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-09-24 Thread Evangelos Foutras
Date: Sunday, September 24, 2017 @ 08:41:08
  Author: foutrelis
Revision: 260391

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 260390, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 260390, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  208 
 community-staging-x86_64/PKGBUILD |  208 
 2 files changed, 416 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 260390, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-24 08:41:08 UTC (rev 260391)
@@ -0,0 +1,208 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.15.0.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;)
+sha256sums=('a2d28632be6918ce23d2fd589f0aecbb2a90579c9345f47fdfe1e77ec31f023e')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+ _parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+printf ' (%s)' "$(gettext "error during signature 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-09-16 Thread Antonio Rojas
Date: Saturday, September 16, 2017 @ 08:38:02
  Author: arojas
Revision: 257750

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 257749, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 257749, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-staging-i686/PKGBUILD
  bitcoin/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  416 
 community-staging-i686/PKGBUILD   |  208 --
 community-staging-x86_64/PKGBUILD |  208 --
 3 files changed, 416 insertions(+), 416 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-09-16 08:37:31 UTC (rev 257749)
+++ community-staging-i686/PKGBUILD 2017-09-16 08:38:02 UTC (rev 257750)
@@ -1,208 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.15.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;)
-sha256sums=('1275ca4dab54a08c601d26ad47efbd620ff7f88dc62b6bb2ab2f3ea7cfe7f349')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
- _parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-09-16 Thread Antonio Rojas
Date: Saturday, September 16, 2017 @ 08:25:41
  Author: arojas
Revision: 257748

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 257747, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 257747, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  416 
 community-i686/PKGBUILD   |  208 --
 community-x86_64/PKGBUILD |  208 --
 3 files changed, 416 insertions(+), 416 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-16 08:24:57 UTC (rev 257747)
+++ community-i686/PKGBUILD 2017-09-16 08:25:41 UTC (rev 257748)
@@ -1,208 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.15.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;)
-sha256sums=('1275ca4dab54a08c601d26ad47efbd620ff7f88dc62b6bb2ab2f3ea7cfe7f349')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
- _parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' "$(gettext "error during signature verification")" >&2
-;;
-esac
-errors=1

[arch-commits] Commit in bitcoin/repos (4 files)

2017-09-14 Thread Antonio Rojas
Date: Thursday, September 14, 2017 @ 16:38:21
  Author: arojas
Revision: 257535

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 257534, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 257534, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-staging-i686/PKGBUILD
  bitcoin/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  416 
 community-staging-i686/PKGBUILD   |  208 --
 community-staging-x86_64/PKGBUILD |  208 --
 3 files changed, 416 insertions(+), 416 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-09-14 16:37:50 UTC (rev 257534)
+++ community-staging-i686/PKGBUILD 2017-09-14 16:38:21 UTC (rev 257535)
@@ -1,208 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.2
-pkgrel=5
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;)
-sha256sums=('e0ac23f01a953fcc6290c96799deeffb32aa76ca8e216c564d20c18e75a25219')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
- _parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-09-14 Thread Antonio Rojas
Date: Thursday, September 14, 2017 @ 16:21:53
  Author: arojas
Revision: 257533

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 257532, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 257532, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  416 
 community-i686/PKGBUILD   |  208 --
 community-x86_64/PKGBUILD |  208 --
 3 files changed, 416 insertions(+), 416 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-14 16:21:09 UTC (rev 257532)
+++ community-i686/PKGBUILD 2017-09-14 16:21:53 UTC (rev 257533)
@@ -1,208 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.2
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;)
-sha256sums=('e0ac23f01a953fcc6290c96799deeffb32aa76ca8e216c564d20c18e75a25219')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
- _parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' "$(gettext "error during signature verification")" >&2
-;;
-esac
-errors=1

[arch-commits] Commit in bitcoin/repos (4 files)

2017-09-11 Thread Jelle van der Waa
Date: Monday, September 11, 2017 @ 20:19:43
  Author: jelle
Revision: 257025

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 257024, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 257024, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-staging-i686/PKGBUILD
  bitcoin/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  416 
 community-staging-i686/PKGBUILD   |  208 --
 community-staging-x86_64/PKGBUILD |  208 --
 3 files changed, 416 insertions(+), 416 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-09-11 20:18:58 UTC (rev 257024)
+++ community-staging-i686/PKGBUILD 2017-09-11 20:19:43 UTC (rev 257025)
@@ -1,208 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.2
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;)
-sha256sums=('e0ac23f01a953fcc6290c96799deeffb32aa76ca8e216c564d20c18e75a25219')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
- _parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-09-11 Thread Jelle van der Waa
Date: Monday, September 11, 2017 @ 19:26:46
  Author: jelle
Revision: 256994

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 256993, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 256993, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  416 
 community-i686/PKGBUILD   |  219 ---
 community-x86_64/PKGBUILD |  219 ---
 3 files changed, 416 insertions(+), 438 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-11 19:26:30 UTC (rev 256993)
+++ community-i686/PKGBUILD 2017-09-11 19:26:46 UTC (rev 256994)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' "$(gettext "error during signature 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-09-10 Thread Antonio Rojas
Date: Sunday, September 10, 2017 @ 15:06:19
  Author: arojas
Revision: 256773

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 256772, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 256772, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  208 
 community-staging-x86_64/PKGBUILD |  208 
 2 files changed, 416 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 256772, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-10 15:06:19 UTC (rev 256773)
@@ -0,0 +1,208 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.14.2
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz;)
+sha256sums=('e0ac23f01a953fcc6290c96799deeffb32aa76ca8e216c564d20c18e75a25219')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+ _parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+printf ' (%s)' "$(gettext "error during signature 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-06-19 Thread Timothy Redaelli
Date: Monday, June 19, 2017 @ 10:47:04
  Author: tredaelli
Revision: 238640

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 238639, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 238639, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-staging-i686/PKGBUILD
  bitcoin/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  438 
 community-staging-i686/PKGBUILD   |  219 --
 community-staging-x86_64/PKGBUILD |  219 --
 3 files changed, 438 insertions(+), 438 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-06-19 10:46:30 UTC (rev 238639)
+++ community-staging-i686/PKGBUILD 2017-06-19 10:47:04 UTC (rev 238640)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.1
-pkgrel=5
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-  

[arch-commits] Commit in bitcoin/repos (4 files)

2017-06-19 Thread Timothy Redaelli
Date: Monday, June 19, 2017 @ 10:06:27
  Author: tredaelli
Revision: 238146

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 238145, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 238145, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  438 
 community-i686/PKGBUILD   |  219 --
 community-x86_64/PKGBUILD |  219 --
 3 files changed, 438 insertions(+), 438 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-19 10:06:16 UTC (rev 238145)
+++ community-i686/PKGBUILD 2017-06-19 10:06:27 UTC (rev 238146)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.1
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' "$(gettext "error during signature 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-06-13 Thread Timothy Redaelli
Date: Tuesday, June 13, 2017 @ 09:29:06
  Author: tredaelli
Revision: 236589

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 236588, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 236588, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  219 
 community-staging-x86_64/PKGBUILD |  219 
 2 files changed, 438 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 236588, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-13 09:29:06 UTC (rev 236589)
@@ -0,0 +1,219 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.14.1
+pkgrel=5
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
+license=('MIT')
+source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('SKIP')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+_parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+

[arch-commits] Commit in bitcoin/repos (4 files)

2017-06-12 Thread Timothy Redaelli
Date: Monday, June 12, 2017 @ 13:24:36
  Author: tredaelli
Revision: 236415

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 236414, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 236414, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  438 
 community-i686/PKGBUILD   |  219 --
 community-x86_64/PKGBUILD |  219 --
 3 files changed, 438 insertions(+), 438 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-12 13:23:19 UTC (rev 236414)
+++ community-i686/PKGBUILD 2017-06-12 13:24:36 UTC (rev 236415)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.1
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' "$(gettext "error during signature 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-05-20 Thread Antonio Rojas
Date: Saturday, May 20, 2017 @ 07:58:12
  Author: arojas
Revision: 228741

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 228740, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 228740, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  219 
 community-staging-x86_64/PKGBUILD |  219 
 2 files changed, 438 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 228740, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-20 07:58:12 UTC (rev 228741)
@@ -0,0 +1,219 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.14.1
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
+license=('MIT')
+source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('SKIP')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+_parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+

[arch-commits] Commit in bitcoin/repos (4 files)

2017-05-20 Thread Antonio Rojas
Date: Saturday, May 20, 2017 @ 07:40:12
  Author: arojas
Revision: 228735

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 228734, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 228734, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  438 
 community-i686/PKGBUILD   |  219 --
 community-x86_64/PKGBUILD |  219 --
 3 files changed, 438 insertions(+), 438 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-20 07:39:26 UTC (rev 228734)
+++ community-i686/PKGBUILD 2017-05-20 07:40:12 UTC (rev 228735)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' "$(gettext "error during signature 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-05-15 Thread Antonio Rojas
Date: Monday, May 15, 2017 @ 21:00:05
  Author: arojas
Revision: 228169

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 228168, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 228168, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  219 
 community-staging-x86_64/PKGBUILD |  219 
 2 files changed, 438 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 228168, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-15 21:00:05 UTC (rev 228169)
@@ -0,0 +1,219 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.14.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
+license=('MIT')
+source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('SKIP')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+_parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+

[arch-commits] Commit in bitcoin/repos (4 files)

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 11:18:52
  Author: tredaelli
Revision: 227677

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 227676, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 227676, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  438 
 community-i686/PKGBUILD   |  221 --
 community-x86_64/PKGBUILD |  221 --
 3 files changed, 438 insertions(+), 442 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-10 11:17:29 UTC (rev 227676)
+++ community-i686/PKGBUILD 2017-05-10 11:18:52 UTC (rev 227677)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.13.2
-pkgrel=5
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' "$(gettext "error during signature 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 19:59:39
  Author: arojas
Revision: 214683

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 214682, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 214682, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  221 
 community-staging-x86_64/PKGBUILD |  221 
 2 files changed, 442 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 214682, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-03 19:59:39 UTC (rev 214683)
@@ -0,0 +1,221 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.13.2
+pkgrel=5
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
+license=('MIT')
+source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('SKIP')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+_parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+

[arch-commits] Commit in bitcoin/repos (4 files)

2017-02-01 Thread Jelle van der Waa
Date: Wednesday, February 1, 2017 @ 19:10:36
  Author: jelle
Revision: 209659

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 209658, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 209658, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  221 
 community-staging-x86_64/PKGBUILD |  221 
 2 files changed, 442 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 209658, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-01 19:10:36 UTC (rev 209659)
@@ -0,0 +1,221 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.13.2
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
+license=('MIT')
+source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('SKIP')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+_parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+   

[arch-commits] Commit in bitcoin/repos (4 files)

2017-01-13 Thread Lukas Fleischer
Date: Friday, January 13, 2017 @ 21:34:51
  Author: lfleischer
Revision: 207282

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 207281, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 207281, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  221 
 community-staging-x86_64/PKGBUILD |  221 
 2 files changed, 442 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 207281, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-13 21:34:51 UTC (rev 207282)
@@ -0,0 +1,221 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.13.2
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
+license=('MIT')
+source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('SKIP')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+_parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+ 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-01-03 Thread Timothy Redaelli
Date: Tuesday, January 3, 2017 @ 13:49:30
  Author: tredaelli
Revision: 204789

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 204788, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 204788, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-staging-i686/PKGBUILD
  bitcoin/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  442 
 community-staging-i686/PKGBUILD   |  221 --
 community-staging-x86_64/PKGBUILD |  221 --
 3 files changed, 442 insertions(+), 442 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-01-03 13:49:19 UTC (rev 204788)
+++ community-staging-i686/PKGBUILD 2017-01-03 13:49:30 UTC (rev 204789)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.13.1
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2

[arch-commits] Commit in bitcoin/repos (4 files)

2017-01-03 Thread Timothy Redaelli
Date: Tuesday, January 3, 2017 @ 11:32:40
  Author: tredaelli
Revision: 204774

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 204773, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 204773, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  442 
 community-i686/PKGBUILD   |  221 --
 community-x86_64/PKGBUILD |  221 --
 3 files changed, 442 insertions(+), 442 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-03 11:32:29 UTC (rev 204773)
+++ community-i686/PKGBUILD 2017-01-03 11:32:40 UTC (rev 204774)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.13.1
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' "$(gettext "error during signature 

[arch-commits] Commit in bitcoin/repos (4 files)

2017-01-02 Thread Antonio Rojas
Date: Monday, January 2, 2017 @ 10:54:58
  Author: arojas
Revision: 204271

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 204270, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 204270, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  221 
 community-staging-x86_64/PKGBUILD |  221 
 2 files changed, 442 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 204270, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-02 10:54:58 UTC (rev 204271)
@@ -0,0 +1,221 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.13.1
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
+license=('MIT')
+source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('SKIP')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+_parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+

[arch-commits] Commit in bitcoin/repos (4 files)

2016-11-13 Thread Bartłomiej Piotrowski
Date: Sunday, November 13, 2016 @ 10:57:46
  Author: bpiotrowski
Revision: 195488

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 195487, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 195487, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  221 
 community-staging-x86_64/PKGBUILD |  221 
 2 files changed, 442 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 195487, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-13 10:57:46 UTC (rev 195488)
@@ -0,0 +1,221 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.13.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
+license=('MIT')
+source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('SKIP')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+_parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+   

[arch-commits] Commit in bitcoin/repos (4 files)

2016-10-28 Thread Timothy Redaelli
Date: Friday, October 28, 2016 @ 12:29:48
  Author: tredaelli
Revision: 193897

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  bitcoin/repos/community-testing-i686/PKGBUILD
(from rev 193896, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-testing-x86_64/PKGBUILD
(from rev 193896, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-testing-i686/PKGBUILD
  bitcoin/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  442 
 community-testing-i686/PKGBUILD   |  221 --
 community-testing-x86_64/PKGBUILD |  221 --
 3 files changed, 442 insertions(+), 442 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-10-28 12:29:37 UTC (rev 193896)
+++ community-testing-i686/PKGBUILD 2016-10-28 12:29:48 UTC (rev 193897)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.13.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2

[arch-commits] Commit in bitcoin/repos (4 files)

2016-10-28 Thread Timothy Redaelli
Date: Friday, October 28, 2016 @ 10:30:25
  Author: tredaelli
Revision: 193885

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 193884, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 193884, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  442 
 community-i686/PKGBUILD   |  221 --
 community-x86_64/PKGBUILD |  221 --
 3 files changed, 442 insertions(+), 442 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-28 10:29:58 UTC (rev 193884)
+++ community-i686/PKGBUILD 2016-10-28 10:30:25 UTC (rev 193885)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.13.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
-;;
-  "bad")
-printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
-;;
-  "error")
-printf ' (%s)' "$(gettext "error during signature 

[arch-commits] Commit in bitcoin/repos (4 files)

2016-10-08 Thread Antonio Rojas
Date: Saturday, October 8, 2016 @ 07:40:36
  Author: arojas
Revision: 191623

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 191622, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 191622, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  221 
 community-staging-x86_64/PKGBUILD |  221 
 2 files changed, 442 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 191622, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-08 07:40:36 UTC (rev 191623)
@@ -0,0 +1,221 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.13.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
+license=('MIT')
+source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('SKIP')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+_parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
+;;
+  "revokedkey")
+printf " ($(gettext "public key %s has been revoked"))" "$pubkey" >&2
+;;
+  "bad")
+printf ' (%s)' "$(gettext "bad signature from public key") $pubkey" >&2
+;;
+  "error")
+

[arch-commits] Commit in bitcoin/repos (4 files)

2016-09-05 Thread Timothy Redaelli
Date: Monday, September 5, 2016 @ 16:27:13
  Author: tredaelli
Revision: 188591

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  bitcoin/repos/community-testing-i686/PKGBUILD
(from rev 188590, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-testing-x86_64/PKGBUILD
(from rev 188590, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-testing-i686/PKGBUILD
  bitcoin/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  442 
 community-testing-i686/PKGBUILD   |  101 
 community-testing-x86_64/PKGBUILD |  101 
 3 files changed, 442 insertions(+), 202 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-09-05 15:06:21 UTC (rev 188590)
+++ community-testing-i686/PKGBUILD 2016-09-05 16:27:13 UTC (rev 188591)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.12.1
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf')
-license=('MIT')
-source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('08fc3b6c05c39fb975bba1f6dd49992df46511790ce8dc67398208af9565e199'
-'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
-'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'efe06ab377706338bc75fa1e24de9785950029f3350a17a4b8ce563b760f3c0c'
-'7d090ddd485c36d4fae5e6627388c5550f824fd498d5fd958ec999857fff7b28'
-'7f4021e34d52c321f679b548fcf6d55b4da30077b7aed392976f048ab88dcdd1')
-
-# Upstream should be more coherent!
-case "$pkgver" in
-*.*.*.*)
-  _pkgver=${pkgver%.*}
-  ;;
-*)
-  _pkgver=$pkgver
-  ;;
-esac
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-build() {
-#  cd "db-$_dbver.NC/build_unix"
-#  ../dist/configure --enable-cxx --disable-shared --with-pic 
--prefix="$srcdir/db4"
-#  make
-#  make install
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs desktop-file-utils libevent qt5-base miniupnpc qrencode 
protobuf)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 "$srcdir"/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs libevent miniupnpc)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 "$srcdir"/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 "$srcdir"/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 "$srcdir"/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-cli() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
-  depends=(boost-libs libevent)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-tx() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
-  depends=(boost-libs openssl)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-testing-i686/PKGBUILD (from rev 188590, 
bitcoin/trunk/PKGBUILD)

[arch-commits] Commit in bitcoin/repos (4 files)

2016-08-25 Thread Timothy Redaelli
Date: Thursday, August 25, 2016 @ 17:13:10
  Author: tredaelli
Revision: 187539

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 187538, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 187538, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  442 
 community-i686/PKGBUILD   |  101 --
 community-x86_64/PKGBUILD |  101 --
 3 files changed, 442 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-25 17:13:05 UTC (rev 187538)
+++ community-i686/PKGBUILD 2016-08-25 17:13:10 UTC (rev 187539)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.12.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf')
-license=('MIT')
-source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('08fc3b6c05c39fb975bba1f6dd49992df46511790ce8dc67398208af9565e199'
-'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
-'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'efe06ab377706338bc75fa1e24de9785950029f3350a17a4b8ce563b760f3c0c'
-'7d090ddd485c36d4fae5e6627388c5550f824fd498d5fd958ec999857fff7b28'
-'7f4021e34d52c321f679b548fcf6d55b4da30077b7aed392976f048ab88dcdd1')
-
-# Upstream should be more coherent!
-case "$pkgver" in
-*.*.*.*)
-  _pkgver=${pkgver%.*}
-  ;;
-*)
-  _pkgver=$pkgver
-  ;;
-esac
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-build() {
-#  cd "db-$_dbver.NC/build_unix"
-#  ../dist/configure --enable-cxx --disable-shared --with-pic 
--prefix="$srcdir/db4"
-#  make
-#  make install
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs desktop-file-utils libevent qt5-base miniupnpc qrencode 
protobuf)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 "$srcdir"/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs libevent miniupnpc)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 "$srcdir"/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 "$srcdir"/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 "$srcdir"/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-cli() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
-  depends=(boost-libs libevent)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-tx() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
-  depends=(boost-libs openssl)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 187538, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

[arch-commits] Commit in bitcoin/repos (4 files)

2016-08-18 Thread Timothy Redaelli
Date: Thursday, August 18, 2016 @ 17:21:38
  Author: tredaelli
Revision: 186964

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 186963, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 186963, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  101 
 community-staging-x86_64/PKGBUILD |  101 
 2 files changed, 202 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 186963, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-18 17:21:38 UTC (rev 186964)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.12.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf')
+license=('MIT')
+source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('08fc3b6c05c39fb975bba1f6dd49992df46511790ce8dc67398208af9565e199'
+'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
+'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
+'efe06ab377706338bc75fa1e24de9785950029f3350a17a4b8ce563b760f3c0c'
+'7d090ddd485c36d4fae5e6627388c5550f824fd498d5fd958ec999857fff7b28'
+'7f4021e34d52c321f679b548fcf6d55b4da30077b7aed392976f048ab88dcdd1')
+
+# Upstream should be more coherent!
+case "$pkgver" in
+*.*.*.*)
+  _pkgver=${pkgver%.*}
+  ;;
+*)
+  _pkgver=$pkgver
+  ;;
+esac
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+build() {
+#  cd "db-$_dbver.NC/build_unix"
+#  ../dist/configure --enable-cxx --disable-shared --with-pic 
--prefix="$srcdir/db4"
+#  make
+#  make install
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
+  make
+}
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs desktop-file-utils libevent qt5-base miniupnpc qrencode 
protobuf)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 "$srcdir"/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs libevent miniupnpc)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 "$srcdir"/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 "$srcdir"/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 "$srcdir"/bitcoin.conf.5 \
+"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-cli() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
+  depends=(boost-libs libevent)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-tx() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
+  depends=(boost-libs openssl)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-staging-x86_64/PKGBUILD (from rev 186963, 
bitcoin/trunk/PKGBUILD)

[arch-commits] Commit in bitcoin/repos (4 files)

2016-06-30 Thread Timothy Redaelli
Date: Thursday, June 30, 2016 @ 13:58:58
  Author: tredaelli
Revision: 181643

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 181642, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 181642, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  101 
 community-staging-x86_64/PKGBUILD |  101 
 2 files changed, 202 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 181642, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-30 13:58:58 UTC (rev 181643)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.12.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf')
+license=('MIT')
+source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
+
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('08fc3b6c05c39fb975bba1f6dd49992df46511790ce8dc67398208af9565e199'
+'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
+'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
+'efe06ab377706338bc75fa1e24de9785950029f3350a17a4b8ce563b760f3c0c'
+'7d090ddd485c36d4fae5e6627388c5550f824fd498d5fd958ec999857fff7b28'
+'7f4021e34d52c321f679b548fcf6d55b4da30077b7aed392976f048ab88dcdd1')
+
+# Upstream should be more coherent!
+case "$pkgver" in
+*.*.*.*)
+  _pkgver=${pkgver%.*}
+  ;;
+*)
+  _pkgver=$pkgver
+  ;;
+esac
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+build() {
+#  cd "db-$_dbver.NC/build_unix"
+#  ../dist/configure --enable-cxx --disable-shared --with-pic 
--prefix="$srcdir/db4"
+#  make
+#  make install
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
+  make
+}
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs desktop-file-utils libevent qt5-base miniupnpc qrencode 
protobuf)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 "$srcdir"/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs libevent miniupnpc)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 "$srcdir"/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 "$srcdir"/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 "$srcdir"/bitcoin.conf.5 \
+"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-cli() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
+  depends=(boost-libs libevent)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-tx() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
+  depends=(boost-libs openssl)
+
+  cd "$pkgbase-$pkgver"
+  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-staging-x86_64/PKGBUILD (from rev 181642, 
bitcoin/trunk/PKGBUILD)