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

Levente Polyak anthraxx at archlinux.org
Sun Jun 9 16:09:44 UTC 2019


    Date: Sunday, June 9, 2019 @ 16:09:44
  Author: anthraxx
Revision: 479030

upgpkg: lib32-libpsl 0.21.0-1

Modified:
  lib32-libpsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-09 16:08:56 UTC (rev 479029)
+++ PKGBUILD	2019-06-09 16:09:44 UTC (rev 479030)
@@ -2,21 +2,24 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=lib32-libpsl
-pkgver=0.20.2
-pkgrel=3
+pkgver=0.21.0
+pkgrel=1
 pkgdesc='Public Suffix List library (32-bit)'
 url='https://github.com/rockdaboot/libpsl'
 arch=('x86_64')
 license=('MIT')
 depends=('libpsl' 'lib32-glibc' 'lib32-libidn2' 'lib32-libunistring')
-makedepends=('publicsuffix-list' 'python')
+makedepends=('libxslt' 'python' 'publicsuffix-list')
 provides=('libpsl.so')
-source=(https://github.com/rockdaboot/libpsl/releases/download/libpsl-${pkgver}/libpsl-${pkgver}.tar.gz)
-sha512sums=('fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe')
+source=(https://github.com/rockdaboot/libpsl/releases/download/libpsl-${pkgver}/libpsl-${pkgver}.tar.gz
+        libpsl-0.21.0-build-fix.patch::https://github.com/rockdaboot/libpsl/commit/9347024221f4a9d63f9dcafcda13362a7c8d92fe.patch)
+sha512sums=('165c4f0b0640a813d512bd916e1532e32e43c8c81a5efd048f3a5b07b1b3c9129b4c4b5008b8b11a7c1b3914caea17564321389cd350bf1d687d53a97f2afa4d'
+            '692d6dd6f64653f6e355df0b6cfe519a5c202d966deab066123e814591692a28a805fe794dc57dd6f9ab357b4e0dd8dfdf842239ec39f303fc33d98019e7f24e')
 
 prepare() {
   cd libpsl-${pkgver}
   rm -frv list
+  patch -Np1 < ../libpsl-0.21.0-build-fix.patch
   autoreconf -fiv
 }
 
@@ -28,13 +31,13 @@
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
   ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
+    --prefix=/usr \
+    --libdir=/usr/lib32 \
     --disable-static \
     --disable-dependency-tracking \
     --enable-{builtin,runtime}=libidn2 \
-    --with-psl-file='/usr/share/publicsuffix/effective_tld_names.dat' \
-    --with-psl-testfile='/usr/share/publicsuffix/test_psl.txt'
+    --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