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.075790
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 »

kozaki commented on 2024-07-13 10:11 (UTC)

electron22 dep seems to be missing indeed.

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!