Date: Tuesday, January 3, 2017 @ 14:45:28 Author: alucryd Revision: 204798
upgpkg: lib32-libpsl 0.16.1-3 Modified: lib32-libpsl/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-03 14:38:19 UTC (rev 204797) +++ PKGBUILD 2017-01-03 14:45:28 UTC (rev 204798) @@ -4,13 +4,13 @@ pkgname=lib32-libpsl pkgver=0.16.1 -pkgrel=2 +pkgrel=3 pkgdesc='Public Suffix List library' url='https://github.com/rockdaboot/libpsl' arch=('x86_64') license=('MIT') -depends=('lib32-icu') -makedepends=('lib32-libxslt' 'publicsuffix-list' 'python') +depends=('lib32-icu' 'libpsl') +makedepends=('publicsuffix-list' 'python') source=("https://github.com/rockdaboot/libpsl/releases/download/libpsl-${pkgver}/libpsl-${pkgver}.tar.gz") sha256sums=('1420371ca593680a4971683506b24a94a17b1efe19028ce8ebe5a6ef236839eb') @@ -32,7 +32,6 @@ --libdir='/usr/lib32' \ --disable-static \ --disable-dependency-tracking \ - --disable-{gtk-doc,man} \ --enable-{builtin,runtime}='libicu' \ --with-psl-file='/usr/share/publicsuffix/effective_tld_names.dat' \ --with-psl-testfile='/usr/share/publicsuffix/test_psl.txt'
