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: MIT, AGPL3
Conflicts: armory, armory-git
Submitter: veeti
Maintainer: jon
Last Packager: jon
Votes: 14
Popularity: 0.000000
First Submitted: 2015-02-22 14:26 (UTC)
Last Updated: 2019-02-19 18:23 (UTC)

Latest Comments

1 2 Next › Last »

nCrazed commented on 2019-06-15 15:48 (UTC)

Why is the download checksum using SHA512 when the signed upstream sums are SHA256?

jon commented on 2019-02-19 18:23 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

@jackinloadup Many thanks; I've released a package update with this change.

jackinloadup commented on 2017-09-17 19:20 (UTC)

@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 (UTC)

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 (UTC) (edited on 2016-10-29 17:15 (UTC) by jon)

@yubimusubi Thanks, switched to curl.

yubimusubi commented on 2016-07-16 04:13 (UTC)

This uses `wget` in the check() phase. Please add support for curl if wget is missing. Alternatively, please add wget to the build dependencies.