惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
博客园 - 司徒正美
博客园 - 【当耐特】
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
宝玉的分享
宝玉的分享
V
V2EX
S
SegmentFault 最新的问题
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
Jina AI
Jina AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
L
LangChain Blog
D
Docker
腾讯CDC

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - arch-manwarn
2026-06-25 · via AUR Newest Packages

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)

Required by (0)

Sources (1)

Latest Comments

ChrisTX commented on 2026-06-23 12:53 (UTC)

@nlion Sorry my bad, I misread the namcap warning.

For a custom license, the license=() field should be either LicenseRef-license-name or custom:license-name. So it should be LicenseRef-Unlicensed or custom:Unlicensed instead. I had thought the LICENSE file itself was missing, but it's just that field.

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 commented on 2025-07-10 20:33 (UTC)