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
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