Search Criteria
Package Details: armory-bin 0.96.5-1
Git Clone URL: | https://aur.archlinux.org/armory-bin.git (read-only, click to copy) |
---|---|
Package Base: | armory-bin |
Description: | Full-featured Bitcoin wallet management application (official binary) |
Upstream URL: | https://github.com/goatpig/BitcoinArmory |
Licenses: | |
Conflicts: | |
Submitter: | veeti |
Maintainer: | jon |
Last Packager: | jon |
Votes: | 14 |
Popularity: | 0.010710 |
First Submitted: | 2015-02-22 14:26 |
Last Updated: | 2019-02-19 18:23 |
Dependencies (7)
- bitcoin-daemon (bitcoinxt-only-bigblocks-git, bitcoinxt, bitcoin-uasf-git, bitcoind-unlimited-git, bitcoin-gui-git, bitcoin-git, bitcoin-unlimited, bitcoin-cash-node-qt, bitcoin-cash-node, bitcoin-abc-bchn, bitcoin-abc-qt-bchn, bitcoin-abc, bitcoin-abc-qt, bitcoin-core, bitcoin-core-git)
- crypto++ (crypto++-git)
- python2
- python2-psutil
- python2-pyqt4
- swig (swig-git)
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git)
Latest Comments
1 2 Next › Last »
nCrazed commented on 2019-06-15 15:48
Why is the download checksum using SHA512 when the signed upstream sums are SHA256?
jon commented on 2019-02-19 18:23
Updated to 0.96.5. A changelog is available here: https://bitcointalk.org/index.php?topic=5088934.0
jon commented on 2018-04-27 20:21
Updated to 0.96.4. A changelog is available here: https://bitcointalk.org/index.php?topic=3363679.0
jon commented on 2018-01-04 17:24
Updated to 0.96.3.991 (0.96.4 RC2). A changelog is available here: https://bitcointalk.org/index.php?topic=2660500.0
jon commented on 2017-10-13 02:58
This package has been updated to 0.96.3.99 (0.96.4 RC1). A changelog is available here: https://bitcointalk.org/index.php?topic=2227856.0
jon commented on 2017-09-18 16:32
@jackinloadup Many thanks; I've released a package update with this change.
jackinloadup commented on 2017-09-17 19:20
@juliano.morona the following change appears to fix this issue.
@jon Please review and update the PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 1a57e64..827fc9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,6 +38,7 @@ package() {
find usr/lib/ -type f -exec sed -i 's|/usr/bin/env python|/usr/bin/env python2|g' {} \;
mv usr $pkgdir
+ rm -r $pkgdir/usr/include
cat "$pkgdir/usr/lib/armory/LICENSE.py" | tail -n +3 | head -n -1 > LICENSE
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
juliano.morona commented on 2017-06-30 13:45
Hi, the error bellow occurs:
error: failed to commit transaction (conflicting files)
armory-bin: /usr/include/fastcgi.h exists in filesystem
armory-bin: /usr/include/fcgi_config.h exists in filesystem
armory-bin: /usr/include/fcgi_stdio.h exists in filesystem
armory-bin: /usr/include/fcgiapp.h exists in filesystem
armory-bin: /usr/include/fcgimisc.h exists in filesystem
armory-bin: /usr/include/fcgio.h exists in filesystem
armory-bin: /usr/include/fcgios.h exists in filesystem
/usr/include/fastcgi.h is owned by fcgi 2.4.0-12
jon commented on 2016-10-28 21:03
@yubimusubi Thanks, switched to curl.
yubimusubi commented on 2016-07-16 04:13
This uses `wget` in the check() phase. Please add support for curl if wget is missing. Alternatively, please add wget to the build dependencies.