summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a1f23712bb9..5442ec8c8087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libpsl
pkgdesc = Public Suffix List library (mingw-w64)
pkgver = 0.21.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rockdaboot/libpsl
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3277ce451913..4738fc482f82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mingw-w64-libpsl
_pkgname=libpsl
pkgver=0.21.1
-pkgrel=1
+pkgrel=2
pkgdesc='Public Suffix List library (mingw-w64)'
url='https://github.com/rockdaboot/libpsl'
arch=(any)
@@ -26,6 +26,7 @@ build() {
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-configure \
+ --disable-gtk-doc \
--disable-gtk-doc-html \
--disable-man \
--enable-{builtin,runtime}=libidn2 \