Search Criteria
Package Details: arrowdl 4.2.1-2
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 |
| Keywords: | downzemall |
| Licenses: | LGPL-3.0-or-later AND CC-BY-SA-3.0 |
| Conflicts: | downzemall |
| Submitter: | yochananmarqos |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 4 |
| Popularity: | 0.000036 |
| First Submitted: | 2024-01-01 16:11 (UTC) |
| Last Updated: | 2026-05-03 22:09 (UTC) |
Dependencies (9)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libtorrent-rasterbar (libtorrent-rasterbar-1AUR, libtorrent-rasterbar-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-2_1-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- yt-dlp (yt-dlp-gitAUR, neodlpAUR, yt-dlp-nightly-binAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- qt6-tools (make)
Latest Comments
« First ‹ Previous 1 2
tiko commented on 2022-05-31 15:06 (UTC) (edited on 2022-05-31 15:09 (UTC) by tiko)
i always get an error on test project... how to fix it ? please help :(
yochananmarqos commented on 2021-01-04 00:46 (UTC)
@djmatty007: No. If you want to maintain your own modified PKGBUILD, you can do whatever you want. FYI,
lnalready has support for relative symlinks with the-rflagdjmattyg007 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