Package Details: megacmd 2.0.0-1

Git Clone URL: https://aur.archlinux.org/megacmd.git (read-only, click to copy)
Package Base: megacmd
Description: MEGA Command Line Interactive and Scriptable Application
Upstream URL: https://github.com/meganz/MEGAcmd
Keywords: cli cloud mega
Licenses: LicenseRef-megacmd
Submitter: RX14
Maintainer: ChrisLane
Last Packager: ChrisLane
Votes: 15
Popularity: 0.068947
First Submitted: 2020-07-20 00:23 (UTC)
Last Updated: 2025-03-25 14:46 (UTC)

Latest Comments

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

vcalv commented on 2023-01-27 03:58 (UTC)

bash-completion is not working.

You can't just drop the file in the completion folder.

You need to symlink all the executables you want to complete

Please apply patch:

@@ -47,6 +47,13 @@
   rm -rf ${pkgdir}/usr/etc/
   install -Dm644 src/client/megacmd_completion.sh ${pkgdir}/usr/share/bash-completion/completions/${pkgname}

+  for completion_cmd in ${pkgdir}/usr/bin/mega*;
+  do
+    completion_cmd=$(basename "$completion_cmd")
+    ln -s "${pkgname}" "${pkgdir}/usr/share/bash-completion/completions/$completion_cmd"
+  done
+
+
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

alecs commented on 2022-09-09 17:21 (UTC)

automake is missing as build dependency

sinasio commented on 2022-04-20 08:00 (UTC)

@ChrisLane ops, sorry :D

Removed the out-of-date flag. Thanks for your work

ChrisLane commented on 2022-04-20 07:51 (UTC)

@sinasio please see the pinned comment.

ChrisLane commented on 2022-04-06 19:32 (UTC)

@patlefort sorry about that, it's not something I was able to reproduce myself. I've pushed a change that hopefully fixes that for you.

patlefort commented on 2022-04-06 18:27 (UTC)

Error: PKGBUILD: line 30: ../../fix-ffmpeg-compile.patch: No such file or directory

There is an extra ../.

ChrisLane commented on 2022-04-06 14:39 (UTC)

I'm choosing to ignore the 1.5.0b_Linux release because it's just tooling changes that aren't used by this package.

Also, I just bumped the pkgrel and created a patch that allows us to build with recent versions of ffmpeg once again.

emild commented on 2022-02-22 13:21 (UTC) (edited on 2022-02-22 13:22 (UTC) by emild)

1.5.0 doesn't work on ArchLinux in the same configuration where 1.4.0 works

with or without proxy

using 2FA (did not try without)

bug filed: https://github.com/meganz/MEGAcmd/issues/623

ChrisLane commented on 2021-10-18 15:56 (UTC)

@claudiuion I've update the package to remove the build config line that was causing errors.

claudiuion commented on 2021-10-17 11:09 (UTC) (edited on 2021-10-17 11:09 (UTC) by claudiuion)

Trying to install this I receive the following errors:

==> Making package: megacmd 1.4.0-4 (Sun 17 Oct 2021 14:06:03 EEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading megacmd-1.4.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   127  100   127    0     0    633      0 --:--:-- --:--:-- --:--:--   635
100 1981k    0 1981k    0     0  3470k      0 --:--:-- --:--:-- --:--:-- 13.2M
  -> Downloading mega-sdk-2337aca38daaca6deedd04d8ea400293503f00ff.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   152  100   152    0     0    735      0 --:--:-- --:--:-- --:--:--   737
100 3247k  100 3247k    0     0  5477k      0 --:--:-- --:--:-- --:--:-- 5477k
==> Validating source files with sha512sums...
    megacmd-1.4.0.tar.gz ... Passed
    mega-sdk-2337aca38daaca6deedd04d8ea400293503f00ff.tar.gz ... Passed
==> Extracting sources...
  -> Extracting megacmd-1.4.0.tar.gz with bsdtar
  -> Extracting mega-sdk-2337aca38daaca6deedd04d8ea400293503f00ff.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
aclocal: warning: couldn't open directory 'm4': No such file or directory
configure.ac:53: error: AM_INIT_AUTOMAKE expanded multiple times
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:40: the top level
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:53: the top level
autom4te: error: /usr/bin/m4 failed with exit status: 1
aclocal: error: /usr/bin/autom4te failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1
==> ERROR: A failure occurred in build().
    Aborting...

uname -r

5.10.73-1-lts

Can you still install this package?