Package Details: megacmd 1.7.0-4

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: custom
Submitter: RX14
Maintainer: ChrisLane
Last Packager: ChrisLane
Votes: 15
Popularity: 0.56
First Submitted: 2020-07-20 00:23 (UTC)
Last Updated: 2024-07-01 12:31 (UTC)

Latest Comments

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

dundarious commented on 2023-03-07 16:53 (UTC)

The arch variable in PKGBUILD seems to be wrong. It is just "any", but this contains compiled code, so it is architecture specific ("any" is only to be used for architecture agnostic stuff like scripts).

It should be something more like arch=(x86_64 aarch64 armv7h) or just arch=(x86_64)

ChrisLane commented on 2023-02-22 11:57 (UTC)

@saltedcoffii I couldnt' see that the presence of doxygen had any effect on the resulting package other than the warning during build.

saltedcoffii commented on 2023-02-21 13:48 (UTC)

Doxygen needs to be added as make dependency:

checking for doxygen... no
configure: WARNING: doxygen not found - will not generate any doxygen documentation

ChrisLane commented on 2023-01-31 10:08 (UTC)

Not sure @laba but I've checked and the validity checks are still passing for me.

ChrisLane commented on 2023-01-31 10:06 (UTC)

Thanks @vcalv, I've applied that patch now.

laba commented on 2023-01-30 21:49 (UTC)

any solution ?

-> Downloading megacmd-1.5.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0
100 2028k    0 2028k    0     0   231k      0 --:--:--  0:00:08 --:--:--  438k
  -> Downloading mega-sdk-a1d391d6a9b747892e8033d60ce1f795d181df3c.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 3399k    0 3399k    0     0   200k      0 --:--:--  0:00:16 --:--:--  308k
  -> Found fix-ffmpeg-compile.patch
==> Validating source files with sha512sums...
    megacmd-1.5.1.tar.gz ... FAILED
    mega-sdk-a1d391d6a9b747892e8033d60ce1f795d181df3c.tar.gz ... FAILED
    fix-ffmpeg-compile.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'megacmd-1.5.1-1': 

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.