Search Criteria
Enter search criteriaSearch by
Keywords
Out of Date
Sort by
Sort order
Per page
Package Details: arch-manwarn 1.4.0-1
| Git Clone URL: | https://aur.archlinux.org/arch-manwarn.git (read-only, click to copy) |
|---|---|
| Package Base: | arch-manwarn |
| Description: | Rust-based pacman hook that blocks updates if unread Arch News posts require manual intervention |
| Upstream URL: | https://github.com/NLion74/arch-manwarn |
| Keywords: | arch news pacman pacman-hook rust |
| Licenses: | Unlicense |
| Conflicts: | informant |
| Submitter: | nlion |
| Maintainer: | nlion |
| Last Packager: | nlion |
| Votes: | 6 |
| Popularity: | 1.97 |
| First Submitted: | 2025-07-03 21:48 (UTC) |
| Last Updated: | 2026-06-25 14:23 (UTC) |
Dependencies (4)
- curl (curl-gitAUR, curl-c-aresAUR)
- pacman (pacman-gitAUR, pacman-fancy-gitAUR, pacman-selinuxAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Required by (0)
Sources (1)
Latest Comments
ChrisTX commented on 2026-06-23 12:53 (UTC)
nlion commented on 2026-06-23 12:50 (UTC)
The LICENSE file is already included in the package and installed to the standard Arch Linux license location:
/usr/share/licenses/arch-manwarn/LICENSE
This is handled by the following line in the PKGBUILD:
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
Perhaps you should check your PKGBUILD, or I misunderstood your issue.
ChrisTX commented on 2026-06-23 12:31 (UTC)
Could you include the LICENSE file with the package? Unlicense is not a common licence and needs it, see the Wiki here.
























@nlion Sorry my bad, I misread the namcap warning.
For a custom license, the
license=()field should be eitherLicenseRef-license-nameorcustom:license-name. So it should beLicenseRef-Unlicensedorcustom:Unlicensedinstead. I had thought theLICENSEfile itself was missing, but it's just that field.