I don't think there's much I can do, that's the key the commit was signed with.
It's safe to ignore the warning.
| Git Clone URL: | https://aur.archlinux.org/libidn11.git (read-only, click to copy) |
|---|---|
| Package Base: | libidn11 |
| Description: | Implementation of the Stringprep, Punycode and IDNA specifications |
| Upstream URL: | https://www.gnu.org/software/libidn/ |
| Licenses: | GPL3, LGPL |
| Submitter: | City-busz |
| Maintainer: | Damgaldor |
| Last Packager: | Damgaldor |
| Votes: | 13 |
| Popularity: | 2.87 |
| First Submitted: | 2025-10-28 10:02 (UTC) |
| Last Updated: | 2025-10-31 19:24 (UTC) |
I don't think there's much I can do, that's the key the commit was signed with.
It's safe to ignore the warning.
Warning when building the package
==> Verifying source file signatures with gpg...
libidn git repo ... Passed (WARNING: the key has expired.)
==> WARNING: Warnings have occurred while verifying the signatures.
Please make sure you really trust them.
Doing a clean build should resolve the issue
The package always has updates, and whenever you install them, the version does not change. How do I get around this?
I have version: libidn11 1.33-2 and there is version libidn11 1.33-3 available, but I can't update.
I needed to do "rm -rf ~/.cache/yay/libidn11" to get out of the loop, even telling yay to cleanbuild the package wasn't picking up the update. Fixed by manually blowing away the cached build.
resolved versioning issue
rm -rf ~/.cache/paru/clone/libidn11
Something is wrong with versioning. It is never stopping updating.
Aur (1) libidn11-1.33-3 != Making package: libidn11 1.33-2
Aur (1) libidn11-1.33-3
:: Proceed to review? [Y/n]:
:: Downloading PKGBUILDs... PKGBUILDs up to date nothing new to review fetching devel info... ==> Making package: libidn11 1.33-2 (Wed 05 Nov 2025 07:40:11 PM EET)
For anyone having issues with the PGP key, yay imports it automatically, but you can also do it manually with
gpg --recv-keys 9AA9BDB11BB1B99A21285A330664A76954265E8C
Thanks for the patch and reminding about pkgrel. Idk how I managed to update it in .SRCINFO, but not in PKGBUILD.
Fixed the pkgrel and applied the patch.
@gyscos Thanks for the tip, I guess paru's cache got into an inconsistent state due to the pkgrel rollback.
The pkgrels in the .SRCINFO and PKGBUILD are still different, which makes the upgrade repeat endlessly.
Pinned Comments
Damgaldor commented on 2025-10-31 19:24 (UTC)
For anyone having issues with the PGP key,
yayimports it automatically, but you can also do it manually with