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

Justin Kromlinger hashworks at gemini.archlinux.org
Mon Aug 15 19:46:12 UTC 2022


    Date: Monday, August 15, 2022 @ 19:46:12
  Author: hashworks
Revision: 1266208

upgpkg: libkiwix 11.0.0-2 (libzim 8.0.0 rebuild)

Modified:
  libkiwix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-15 19:44:44 UTC (rev 1266207)
+++ PKGBUILD	2022-08-15 19:46:12 UTC (rev 1266208)
@@ -1,7 +1,7 @@
 # Maintainer: Justin Kromlinger <hashworks at archlinux.org>
 pkgname=libkiwix
 pkgver=11.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>=7.2.0' 'pugixml' 'mustache' 'xapian-core' 'aria2' 'libmicrohttpd' 'python' 'curl')
+depends=('libzim>=8.0.0' 'pugixml' 'mustache' 'xapian-core' 'aria2' 'libmicrohttpd' 'python' 'curl')
 makedepends=('meson' 'gtest')
 url='https://github.com/kiwix/libkiwix'
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
@@ -23,7 +23,7 @@
 
 check() {
 	cd "${pkgname}-${pkgver}/build"
-	ninja meson-test
+	meson test
 }
 
 package() {



More information about the arch-commits mailing list