Date: Monday, April 17, 2023 @ 13:34:13
  Author: hashworks
Revision: 1446802

upgpkg: libkiwix 12.0.0-2

Modified:
  libkiwix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 13:31:28 UTC (rev 1446801)
+++ PKGBUILD    2023-04-17 13:34:13 UTC (rev 1446802)
@@ -1,7 +1,7 @@
 # Maintainer: Justin Kromlinger <[email protected]>
 pkgname=libkiwix
 pkgver=12.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing the Kiwix software core"
 license=('GPL3')
 arch=('x86_64')
@@ -8,7 +8,7 @@
 provides=('kiwix-lib')
 conflicts=('kiwix-lib')
 replaces=('kiwix-lib')
-depends=('libzim>=8.1.0' 'pugixml' 'xapian-core' 'aria2' 'libmicrohttpd' 
'python' 'curl')
+depends=('libzim>=8.1.1' 'pugixml' 'xapian-core' 'aria2' 'libmicrohttpd' 
'python' 'curl')
 makedepends=('meson' 'gtest' 'mustache')
 url='https://github.com/kiwix/libkiwix'
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
@@ -17,7 +17,8 @@
 build() {
        cd "${pkgname}-${pkgver}"
        # We want to ignore xapian ABI version mismatches
-       arch-meson build -Dwerror=false
+       # https://github.com/openzim/libzim/issues/757
+       arch-meson build -Dwerror=false -Dcpp_std=c++14
        ninja -C build
 }
 

Reply via email to