Search Criteria
Package Details: arrowdl 4.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/arrowdl.git (read-only, click to copy) |
---|---|
Package Base: | arrowdl |
Description: | A mass download manager that helps you to select, organize, prioritize and run your downloads in parallel. |
Upstream URL: | https://www.arrow-dl.com/ArrowDL |
Keywords: | downzemall |
Licenses: | LGPL-3.0-or-later AND CC-BY-SA-3.0 |
Conflicts: | downzemall |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2024-01-01 16:11 (UTC) |
Last Updated: | 2024-11-18 18:25 (UTC) |
Dependencies (7)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libtorrent-rasterbar (libtorrent-rasterbar-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-1AUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- yt-dlp (yt-dlp-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- qt6-tools (make)
Latest Comments
« First ‹ Previous 1 2
djmattyg007 commented on 2021-01-03 07:15 (UTC)
The symlinks created near the end of the package() function should be made relative. Right now if I install this package in a chroot I could wind up with odd behaviour. This ensures the symlinks always point to the correct OS tree:
ln -s ../../../opt/downzemall/DownZemAll "${pkgdir}/usr/bin/downzemall" ln -s ../../../usr/bin/youtube-dl "${pkgdir}/opt/downzemall/youtube-dl"
« First ‹ Previous 1 2