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

Jan de Groot jgc at archlinux.org
Mon Apr 24 13:21:35 UTC 2017


    Date: Monday, April 24, 2017 @ 13:21:34
  Author: jgc
Revision: 294541

upgpkg: libpsl 0.17.0-1.1

Temporarily switch to libidn to avoid problems with icu bump

Modified:
  libpsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-24 12:25:20 UTC (rev 294540)
+++ PKGBUILD	2017-04-24 13:21:34 UTC (rev 294541)
@@ -3,12 +3,12 @@
 
 pkgname=libpsl
 pkgver=0.17.0
-pkgrel=1
+pkgrel=1.1
 pkgdesc='Public Suffix List library'
 url='https://github.com/rockdaboot/libpsl'
 arch=('i686' 'x86_64')
 license=('MIT')
-depends=('icu>=55.1-1')
+depends=('libidn' 'libunistring')
 makedepends=('libxslt' 'python' 'publicsuffix-list')
 source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha512sums=('10632d462a749c24a1de67daf33e28fad8e9f63531f5b43d399db09a2dbfb7c843162290f0279d80459018ab3465d4d128689e1740cd3334b1276c3d112fdff6')
@@ -25,7 +25,7 @@
     --disable-static \
     --disable-dependency-tracking \
     --enable-man \
-    --enable-{builtin,runtime}=libicu \
+    --enable-{builtin,runtime}=libidn \
     --with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
     --with-psl-testfile=/usr/share/publicsuffix/test_psl.txt
   LC_CTYPE=en_US.UTF-8 make



More information about the arch-commits mailing list