Package Details: electrum-git 4.6.0.r48.gda18c975a-1

Git Clone URL: https://aur.archlinux.org/electrum-git.git (read-only, click to copy)
Package Base: electrum-git
Description: Lightweight Bitcoin wallet
Upstream URL: https://github.com/spesmilo/electrum
Keywords: bitbox bitcoin coldcard cryptocurrency keepkey ledger trezor wallet
Licenses: MIT
Conflicts: electrum
Provides: electrum
Submitter: oneeyed
Maintainer: pizzaman
Last Packager: pizzaman
Votes: 39
Popularity: 0.062685
First Submitted: 2012-08-15 12:32 (UTC)
Last Updated: 2025-07-24 02:11 (UTC)

Dependencies (52)

Required by (1)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

RunningDroid commented on 2014-04-23 16:35 (UTC)

$ pacman -Ss python2-slowaes community/python2-slowaes 0.1a1-2 [installed] Implementation of AES in Python

GutenYe commented on 2014-04-23 09:41 (UTC)

:: no results found for python2-slowaes

LucasHenderson commented on 2014-01-05 02:36 (UTC)

Needs python2-pycurl added as a dependency.

RunningDroid commented on 2013-11-14 07:13 (UTC)

@neverfox Have you tried deleting the build dir and trying again?

neverfox commented on 2013-11-14 01:52 (UTC)

I get the following error from verion 1.9.4.13.g5e4e500-1: (1/1) installing electrum-git [######################] 100% /tmp/alpm_6Uqsun/.INSTALL: line 20: syntax error near unexpected token `}' /tmp/alpm_6Uqsun/.INSTALL: line 20: `}'

RunningDroid commented on 2013-10-19 23:39 (UTC)

Sorry for the late response, the AUR didn't notify me.

lsparrish commented on 2013-10-05 06:58 (UTC)

As of the latest git, it fails due to a change in directory layout. 'gui' now contains subfolders. Here's a sed string that works more generally, and also matches end of line so if you run it twice you don't end up with python22: sed -i -e 's|^#!/usr/bin/env python$|#!/usr/bin/env python2|' $(find . -type f)