[arch-commits] Commit in libidn2/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu May 13 00:48:33 UTC 2021
Date: Thursday, May 13, 2021 @ 00:48:33
Author: foutrelis
Revision: 415117
upgpkg: libidn2 2.3.1-1: new upstream release
Add Simon Josefsson's PGP key as trusted (original author of libidn).
Modified:
libidn2/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 00:28:14 UTC (rev 415116)
+++ PKGBUILD 2021-05-13 00:48:33 UTC (rev 415117)
@@ -2,7 +2,7 @@
# Contributor: Daurnimator <quae at daurnimator.com>
pkgname=libidn2
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="Free software implementation of IDNA2008, Punycode and TR46"
arch=('x86_64')
@@ -12,10 +12,12 @@
makedepends=('ruby-ronn')
provides=('libidn2.so')
source=(https://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('e1cb1db3d2e249a6a3eb6f0946777c2e892d5c5dc7bd91c74394fc3a01cab8b5'
+sha256sums=('8af684943836b8b53965d5f5b6714ef13c26c91eaa36ce7d242e3d21f5d40f2d'
'SKIP')
-validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C' # Simon Josefsson <simon at josefsson.org>
+ '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
+
prepare() {
cd $pkgname-$pkgver
}
More information about the arch-commits
mailing list