Search Criteria
Package Details: saldl 41-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/saldl.git (read-only, click to copy) |
---|---|
Package Base: | saldl |
Description: | A CLI downloader optimized for speed and early preview, based on libcurl. |
Upstream URL: | https://saldl.github.io |
Licenses: | AGPL-3.0-or-later |
Submitter: | galenguyer |
Maintainer: | galenguyer |
Last Packager: | galenguyer |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-07-13 20:46 (UTC) |
Last Updated: | 2025-05-17 21:23 (UTC) |
Dependencies (6)
- curl (curl-gitAUR, curl-c-aresAUR)
- libevent (libevent-gitAUR)
- asciidoc (asciidoc-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR, unzip-bsdunzip-symlinkAUR) (make)
Latest Comments
galenguyer commented on 2025-05-17 21:25 (UTC)
I'd rather not require an old version of python for building this. Instead, it will now download and use the latest version of Waf that works with system python.
shanoaice commented on 2025-04-29 03:56 (UTC)
This package fails to build with Python 3.13. It appears that the Waf build system used in saldl depends on the deprecated
imp
module that has been removed in Python 3.11.I think we could force-specify
python37
,python310
orpython311
as makedeps and prepend the./waf
withpython3.*
so that it works before upstream fixes it (dev doesn't seem to be active at the moment).