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

Levente Polyak anthraxx at archlinux.org
Mon Feb 26 00:13:28 UTC 2018


    Date: Monday, February 26, 2018 @ 00:13:22
  Author: anthraxx
Revision: 298169

upgpkg: lib32-libpsl 0.20.0-1

Modified:
  lib32-libpsl/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-26 00:07:44 UTC (rev 298168)
+++ PKGBUILD	2018-02-26 00:13:22 UTC (rev 298169)
@@ -2,20 +2,21 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=lib32-libpsl
-pkgver=0.19.1
+pkgver=0.20.0
 pkgrel=1
-pkgdesc='Public Suffix List library'
+pkgdesc='Public Suffix List library (32-bit)'
 url='https://github.com/rockdaboot/libpsl'
 arch=('x86_64')
 license=('MIT')
-depends=('lib32-icu' 'libpsl')
+depends=('libpsl' 'lib32-glibc' 'lib32-libidn2' 'lib32-libunistring')
 makedepends=('publicsuffix-list' 'python')
 source=(https://github.com/rockdaboot/libpsl/releases/download/libpsl-${pkgver}/libpsl-${pkgver}.tar.gz)
-sha512sums=('86bb2f35764491c65cacec8cd5de97c7d7e1c4d1cc2590d54f394ed17acc75922494115019631b2d930d64dbdc73c266efb323036ac7e52131111287ee6381d5')
+sha512sums=('2a88024536cb89ad96828f9f94c21af4bd4136fc19d16e0769762e196db4b38969cd54d0877a959f64fbb96b1533e0d59740c40a664e2ea27df3266ae8ab0477')
 
 prepare() {
   cd libpsl-${pkgver}
   rm -frv list
+  autoreconf -fiv
 }
 
 build() {
@@ -30,10 +31,9 @@
     --libdir='/usr/lib32' \
     --disable-static \
     --disable-dependency-tracking \
-    --enable-{builtin,runtime}='libicu' \
+    --enable-{builtin,runtime}=libidn2 \
     --with-psl-file='/usr/share/publicsuffix/effective_tld_names.dat' \
     --with-psl-testfile='/usr/share/publicsuffix/test_psl.txt'
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   LC_CTYPE=en_US.UTF-8 make
 }
 



More information about the arch-commits mailing list