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

Levente Polyak anthraxx at archlinux.org
Wed Jan 18 17:25:05 UTC 2017


    Date: Wednesday, January 18, 2017 @ 17:25:04
  Author: anthraxx
Revision: 286929

upgpkg: libpsl 0.17.0-1

Modified:
  libpsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-18 17:15:55 UTC (rev 286928)
+++ PKGBUILD	2017-01-18 17:25:04 UTC (rev 286929)
@@ -2,7 +2,7 @@
 # Contributor: Darshit Shah <darnir at gmail.com>
 
 pkgname=libpsl
-pkgver=0.16.1
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='Public Suffix List library'
 url='https://github.com/rockdaboot/libpsl'
@@ -11,7 +11,7 @@
 depends=('icu>=55.1-1')
 makedepends=('libxslt' 'python' 'publicsuffix-list')
 source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('409c06dd3661ef07cfcea4402454d55609c7448032d074cf10795809745b0130e7954f29c9fea5a3964a749f3ec4bcf20cf10cfd86d332fb8ddc72302fe4ba80')
+sha512sums=('10632d462a749c24a1de67daf33e28fad8e9f63531f5b43d399db09a2dbfb7c843162290f0279d80459018ab3465d4d128689e1740cd3334b1276c3d112fdff6')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -25,8 +25,7 @@
     --disable-static \
     --disable-dependency-tracking \
     --enable-man \
-    --enable-builtin=libicu \
-    --enable-runtime=libicu \
+    --enable-{builtin,runtime}=libicu \
     --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