Date: Monday, September 10, 2018 @ 22:00:34 Author: eworm Revision: 334327
upgpkg: libidn 1.35-1 new upstream release with soname bump Modified: libidn/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-10 21:18:26 UTC (rev 334326) +++ PKGBUILD 2018-09-10 22:00:34 UTC (rev 334327) @@ -4,8 +4,8 @@ # Contributor: Eric Johnson <eric.archlinux.org> pkgname=libidn -pkgver=1.34 -pkgrel=2 +pkgver=1.35 +pkgrel=1 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications" url="https://www.gnu.org/software/libidn/" arch=('x86_64') @@ -12,12 +12,9 @@ license=('GPL3' 'LGPL') depends=('glibc') source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}) -# signed by either of the two keys -validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C' - '1CB27DBC98614B2D5841646D08302DB6A2670428') -# '9AA9BDB11BB1B99A21285A330664A76954265E8C' => "Simon Josefsson <[email protected]>" -# '1CB27DBC98614B2D5841646D08302DB6A2670428' => "Tim Rühsen <[email protected]>" -sha256sums=('3719e2975f2fb28605df3479c380af2cf4ab4e919e1506527e4c7670afff6e3c' +validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C' # Simon Josefsson <[email protected]> + '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <[email protected]> +sha256sums=('f11af1005b46b7b15d057d7f107315a1ad46935c7fcdf243c16e46ec14f0fe1e' 'SKIP') build() {
