Package Details: myetherwallet 6.8.1-1

Git Clone URL: https://aur.archlinux.org/myetherwallet.git (read-only, click to copy)
Package Base: myetherwallet
Description: Client-side interface for interacting with the Ethereum blockchain
Upstream URL: https://github.com/MyEtherWallet/MyEtherWallet
Keywords: cryptocurrency ethererum wallet
Licenses: MIT
Submitter: xsmile
Maintainer: tallero (truocolo)
Last Packager: truocolo
Votes: 12
Popularity: 0.016484
First Submitted: 2018-01-19 11:54 (UTC)
Last Updated: 2024-01-20 15:08 (UTC)

Latest Comments

1 2 Next › Last »

pfrenssen commented on 2023-10-27 03:27 (UTC)

Here is a patch for the failure to find the LICENSE:

diff --git a/PKGBUILD b/PKGBUILD
index 50e968d..8b5031d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,6 +45,7 @@ package() {
   install -Dm755 "${srcdir}/${pkgname}" \
           -t "$pkgdir"/usr/bin
   # License
+  cp "${srcdir}/../LICENSE" "${srcdir}"
   install -Dm644 "${srcdir}/LICENSE" \
           -t "${pkgdir}/usr/share/licenses/${pkgname}"
   # Menu entry and icon

CrazyHackGUT commented on 2023-10-04 00:51 (UTC) (edited on 2023-10-04 00:51 (UTC) by CrazyHackGUT)

Fails on stat'ting src/LICENSE file. :(

==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat '/home/crazyhackgut/.cache/yay/myetherwallet/src/LICENSE': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: myetherwallet-exit status 4

mehalter commented on 2021-11-10 16:20 (UTC)

@Tyhou12, @Ranguvar Ah, I have identified the error. I have pushed a fix with the correct validity checks. Sorry about that!

Tyhou12 commented on 2021-11-10 15:00 (UTC)

Same, fails validity check.

==> Validating source files with sha256sums... MyEtherWallet-v6.3.0.zip ... FAILED MyEtherWallet-v6.3.0.zip.sig ... Skipped myetherwallet.desktop ... Passed myetherwallet ... Passed LICENSE ... Passed

Ranguvar commented on 2021-11-09 12:53 (UTC)

Build fails as MyEtherWallet-v6.3.0.zip does not pass sha256sum

Ranguvar commented on 2021-11-09 12:51 (UTC)

Hey thanks very much! Cheers

mehalter commented on 2021-11-07 19:09 (UTC)

@Ranguvar sorry for the late update! I'll keep on top of things moving forward.

Ranguvar commented on 2021-11-04 04:00 (UTC)

@mehalter any plans to update? Running into any trouble?

I don't mind adopting this if you can't update it.

Thanks!

xsmile commented on 2019-10-17 14:48 (UTC)

This MEW variant will be deprecated in a couple of days.

I will push an update to the new version and disown the package. Feel free to adopt it if you are interested.