Package Details: motrix 1.8.19-3

Git Clone URL: https://aur.archlinux.org/motrix.git (read-only, click to copy)
Package Base: motrix
Description: A full-featured download manager (release version)
Upstream URL: https://github.com/agalwood/Motrix
Keywords: aria2 motrix
Licenses: MIT
Conflicts: motrix-git
Submitter: weearc
Maintainer: zhullyb
Last Packager: zhullyb
Votes: 20
Popularity: 0.46
First Submitted: 2019-01-17 19:34 (UTC)
Last Updated: 2023-05-04 00:18 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 Next › Last »

Adam-Howard commented on 2023-06-06 04:05 (UTC)

error: failed retrieving file 'electron-22.3.3-1-x86_64.pkg.tar.zst' from mirror.lty.me : Resolving timed out after 10000 milliseconds error: failed retrieving file 'nodejs-20.2.0-1-x86_64.pkg.tar.zst' from mirror.lty.me : Resolving timed out after 10000 milliseconds error: failed retrieving file 'npm-8.19.2-2-any.pkg.tar.zst' from mirror.lty.me : Resolving timed out after 10118 milliseconds warning: too many errors from mirror.lty.me, skipping for the remainder of this transaction error: failed retrieving file 'node-gyp-9.3.1-1-any.pkg.tar.zst' from mirror.lty.me : Resolving timed out after 10118 milliseconds error: failed retrieving file 'yarn-1.22.19-1-any.pkg.tar.zst' from mirror.lty.me : Connection time-out

mio-19 commented on 2023-05-05 02:42 (UTC)

Could you add aarch64 arch? aarch64 has a different output dir: appOutDir=release/linux-arm64-unpacked

The package function might need some modification:

package() {

    install -Dm 644 ${srcdir}/${_pkgname}-${pkgver}/release/linux-*unpacked/resources/app.asar ${pkgdir}/usr/lib/${pkgname}/app.asar
    install -Dm 755 ${srcdir}/${_pkgname}-${pkgver}/release/linux-*unpacked/resources/engine/aria2c ${pkgdir}/usr/lib/${pkgname}/engine/aria2c
    install -Dm 644 ${srcdir}/${_pkgname}-${pkgver}/release/linux-*unpacked/resources/engine/aria2.conf ${pkgdir}/usr/lib/${pkgname}/engine/aria2.conf

W47MPUSv commented on 2022-06-24 12:57 (UTC)

Hi, may you delete the empty "TryExec=" section in the desktop file? The empty value is preventing the desktop file from being accpeted by rofi.

Thanks

Aspirin_Eny commented on 2022-01-15 22:12 (UTC)

need dependency of package 'asar'

asar: command not found

sukanka commented on 2021-11-05 15:19 (UTC)

@zhullyb, thx, it works!

zhullyb commented on 2021-11-05 15:08 (UTC)

@sukanka a workable PKGBUILD here

sukanka commented on 2021-11-05 15:06 (UTC)

Failed to build package, here's the error,

==> Starting build()...
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: Motrix@1.6.11
npm ERR! Found: eslint-plugin-promise@5.1.0
npm ERR! node_modules/eslint-plugin-promise
npm ERR!   dev eslint-plugin-promise@"^5.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint-plugin-promise@"^4.2.1" from @vue/eslint-config-standard@6.0.0
npm ERR! node_modules/@vue/eslint-config-standard
npm ERR!   dev @vue/eslint-config-standard@"^6.0.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/sukanka/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/sukanka/.npm/_logs/2021-11-05T15_05_27_080Z-debug.log
==> ERROR: A failure occurred in build().
Aborting...

brackenhill-mob commented on 2021-05-09 15:01 (UTC)

124 verbose stack Error: unable to resolve dependency tree 124 verbose stack at Arborist.[failPeerConflict] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:1222:25) 124 verbose stack at Arborist.[loadPeerSet] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:1189:34) 124 verbose stack at async Arborist.[buildDepStep] (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:893:11) 124 verbose stack at async Arborist.buildIdealTree (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:218:7) 124 verbose stack at async Promise.all (index 1) 124 verbose stack at async Arborist.reify (/usr/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:135:5) 124 verbose stack at async Install.install (/usr/lib/node_modules/npm/lib/install.js:137:5) 125 verbose cwd /tmp/aurbuilder/.cache/yay/motrix/src/Motrix 126 verbose Linux 5.12.1-arch1-1 127 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" 128 verbose node v16.1.0 129 verbose npm v7.12.0 130 error code ERESOLVE 131 error ERESOLVE unable to resolve dependency tree 132 error 133 error While resolving: Motrix@1.6.10 133 error Found: eslint-plugin-promise@5.1.0 133 error node_modules/eslint-plugin-promise 133 error dev eslint-plugin-promise@"^5.1.0" from the root project 133 error 133 error Could not resolve dependency: 133 error peer eslint-plugin-promise@"^4.2.1" from @vue/eslint-config-standard@6.0.0 133 error node_modules/@vue/eslint-config-standard 133 error dev @vue/eslint-config-standard@"^6.0.0" from the root project 133 error 133 error Fix the upstream dependency conflict, or retry 133 error this command with --force, or --legacy-peer-deps 133 error to accept an incorrect (and potentially broken) dependency resolution. 133 error 133 error See /tmp/aurbuilder/.npm/eresolve-report.txt for a full report. 134 verbose exit 1