[arch-commits] Commit in libidn/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon May 17 06:25:23 UTC 2021


    Date: Monday, May 17, 2021 @ 06:25:22
  Author: eworm
Revision: 415616

upgpkg: libidn 1.37-1: new upstream release

Modified:
  libidn/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-17 06:21:33 UTC (rev 415615)
+++ PKGBUILD	2021-05-17 06:25:22 UTC (rev 415616)
@@ -3,7 +3,7 @@
 # Contributor: Eric Johnson <eric.archlinux.org>
 
 pkgname=libidn
-pkgver=1.36
+pkgver=1.37
 pkgrel=1
 pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
 url="https://www.gnu.org/software/libidn/"
@@ -13,15 +13,9 @@
 source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson <simon at josefsson.org>
               '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
-sha256sums=('14b67108344d81ba844631640df77c9071d9fb0659b080326ff5424e86b14038'
+sha256sums=('3c8e970d5cd80a8cb56f59c61611535336343942e3f1c81b0190c69993a692c2'
             'SKIP')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=cca32830b5
-  sed -i '/pragma weak pthread_create/d' {lib/,}gltests/glthread/thread.h
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list