Doing a clean build should resolve the issue
Search Criteria
Package Details: libidn11 1.33-3
Package Actions
| 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: | 6 |
| Popularity: | 3.34 |
| First Submitted: | 2025-10-28 10:02 (UTC) |
| Last Updated: | 2025-10-31 19:24 (UTC) |
Dependencies (4)
Required by (16)
Sources (2)
Damgaldor commented on 2025-12-10 00:16 (UTC)
LeoM commented on 2025-12-09 22:08 (UTC)
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.
forge commented on 2025-11-10 04:15 (UTC)
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.
vkulikov commented on 2025-11-05 17:45 (UTC)
resolved versioning issue
rm -rf ~/.cache/paru/clone/libidn11
vkulikov commented on 2025-11-05 17:42 (UTC)
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)
Damgaldor commented on 2025-10-31 19:24 (UTC)
For anyone having issues with the PGP key, yay imports it automatically, but you can also do it manually with
gpg --recv-keys 9AA9BDB11BB1B99A21285A330664A76954265E8C
Damgaldor commented on 2025-10-31 19:24 (UTC)
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.
43615 commented on 2025-10-31 19:04 (UTC) (edited on 2025-10-31 19:09 (UTC) by 43615)
@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.
ahrs commented on 2025-10-31 17:00 (UTC) (edited on 2025-10-31 17:02 (UTC) by ahrs)
Patch to switch the PKGBUILD over to the Gitlab mirror. It's not broke, GNU's Savannah infrastructure is just not very good for a public mirror:
git clone https://aur.archlinux.org/libidn11.git aur-libidn11
cd aur-libidn11
patch -p1 -i - <<EOF
diff --git a/PKGBUILD b/PKGBUILD
index 07a18c3..1c9f477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,10 @@ arch=('x86_64')
license=('GPL3' 'LGPL')
depends=('glibc')
makedepends=('git' 'gperf' 'gtk-doc')
-source=("git+https://git.savannah.gnu.org/git/libidn.git?signed#tag=libidn-\${pkgver//./-}"
+source=("git+https://gitlab.com/libidn/libidn.git?signed#tag=libidn-\${pkgver//./-}"
'libidn11-subdirs.patch')
validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson <simon@josefsson.org>
-sha256sums=('SKIP'
+sha256sums=('3516eda29474ff5a349e1fa091eaa11e6b6f25eeadc9392c3ba91f4a6899c507'
'0c440fe12da1372e8f9388e6b2bed3f0dd57d2696e08cb8d92e9880fd315ca63')
prepare() {
EOF
makepkg -si
gyscos commented on 2025-10-31 16:46 (UTC) (edited on 2025-10-31 16:47 (UTC) by gyscos)
Hi, and thanks for maintaining this package!
It seems the latest commit bumped the pkgrel to 3 in the SRCINFO only, not in PKGBUILD.
As a result, the aur advertises 1.33-3 as available, but the package ends up being 1.33-2. This leads to AUR helpers constantly trying to update this package.
Could you please update PKGBUILD and SRCINFO to agree on a version (either pkgrel=2 or 3 would work). Thanks again!
EDIT: I don't have any issue building the package, apart from the release number. If you're having issues and are using a AUR helper, try removing the package cache (for example if using paru, rm -r ~/.cache/paru/clone/libidn11).
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