libidn2: Update to 2.3.7

This commit is contained in:
Christoph Reiter
2024-01-27 14:27:29 +01:00
parent 9ab6a468d9
commit ca2fb7055a

View File

@@ -3,14 +3,15 @@
_realname=libidn2
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
_basever=2.3.4
_basever=2.3.7
_subver=
pkgver=${_basever}${_subver}
pkgrel=1
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://www.gnu.org/software/libidn"
url="https://www.gnu.org/software/libidn/#libidn2"
msys2_repository_url="https://gitlab.com/libidn/libidn2"
license=('spdx:GPL-2.0-or-later' 'spdx:LGPL-3.0-or-later')
makedepends=(
"${MINGW_PACKAGE_PREFIX}-cc"
@@ -20,7 +21,7 @@ makedepends=(
depends=("${MINGW_PACKAGE_PREFIX}-gettext" "${MINGW_PACKAGE_PREFIX}-libunistring")
options=('staticlibs' 'strip')
source=("https://ftp.gnu.org/gnu/libidn/${_realname}-${pkgver}.tar.gz"{,.sig})
sha256sums=('93caba72b4e051d1f8d4f5a076ab63c99b77faee019b72b9783b267986dbb45f'
sha256sums=('4c21a791b610b9519b9d0e12b8097bf2f359b12f8dd92647611a929e6bfd7d64'
'SKIP')
validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE') # Simon Josefsson <simon@josefsson.org>
@@ -29,6 +30,9 @@ prepare() {
# https://gitlab.com/libidn/libidn2/-/issues/108
AUTOPOINT=true autoreconf -ivf
# https://gitlab.com/libidn/libidn2/-/issues/126
touch unistring/unistr/unistring-notinline.h
}
build() {