Merge pull request #4351 from lazka/libidn-1.42

libidn: Update to 1.42
This commit is contained in:
Christoph Reiter 2024-01-15 08:28:47 +01:00 committed by GitHub
commit de8e65d5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,17 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=('libidn' 'libidn-devel')
pkgver=1.41
pkgver=1.42
pkgrel=1
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
url="https://www.gnu.org/software/libidn/"
msys2_repository_url="https://gitlab.com/libidn/libidn"
arch=('i686' 'x86_64')
license=('GPL3' 'LGPL')
makedepends=('gcc' 'texinfo' 'autotools' 'gettext-devel' 'gtk-doc' 'gperf')
options=('!libtool' 'staticlibs')
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('884d706364b81abdd17bee9686d8ff2ae7431c5a14651047c68adf8b31fd8945')
sha256sums=('d6c199dcd806e4fe279360cb4b08349a0d39560ed548ffd1ccadda8cdecb4723')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}