Search Criteria
Package Details: ripunzip 2.0.4-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ripunzip.git (read-only, click to copy) |
|---|---|
| Package Base: | ripunzip |
| Description: | Extract zip files in parallel |
| Upstream URL: | https://github.com/google/ripunzip |
| Licenses: | MIT |
| Submitter: | oech3 |
| Maintainer: | oech3 |
| Last Packager: | oech3 |
| Votes: | 1 |
| Popularity: | 0.032683 |
| First Submitted: | 2025-09-18 11:37 (UTC) |
| Last Updated: | 2025-12-20 10:07 (UTC) |
Dependencies (9)
- bzip2 (bzip2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR)
- xz (xz-gitAUR)
- mold (mold-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- rust-src (rustup-gitAUR, rust-src-gitAUR, rustup) (optional) – optimize with RUSTC_BOOTSTRAP=1
Latest Comments
oech3 commented on 2025-12-20 09:53 (UTC)
Strange... I can add it as a workaround. But this package should support default linker.
bsndrf commented on 2025-12-20 09:45 (UTC)
with mold it works. modified PKGBUILD:
oech3 commented on 2025-12-20 09:32 (UTC)
How about other linker e.g.
mold?bsndrf commented on 2025-12-20 09:26 (UTC) (edited on 2025-12-20 09:27 (UTC) by bsndrf)
Does not build for me
oech3 commented on 2025-10-21 09:46 (UTC)
prepare()DLs crates larger thancargo buildonly. I'll land on guideline before importing to Extra.dreieck commented on 2025-10-21 09:22 (UTC) (edited on 2025-10-21 09:25 (UTC) by dreieck)
Please make sure that rust downloads all it's stuff in
prepare(), and to a subdirectory of${srcdir}.Regards!
dreieck commented on 2025-10-21 09:21 (UTC)
Please make the downloaded source filename pakage specific, e.g.
ripunzip-v${pkgver}.Reason: If environment variable
$SRCDESTis set (e.g. in/etc/makepkg.conf), sources of all packages end up in the same place. And the current, generic filenamev2.0.3.tar.gzis prone to causing conflicts with other packages.To do so, change
source=(${url}/archive/refs/tags/v${pkgver}.tar.gz)to
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz").Regards and thanks for maintaining!