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

Justin Kromlinger hashworks at gemini.archlinux.org
Mon Aug 15 19:44:42 UTC 2022


    Date: Monday, August 15, 2022 @ 19:44:41
  Author: hashworks
Revision: 1266206

upgpkg: libzim 8.0.0-1

Modified:
  libzim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-15 19:09:39 UTC (rev 1266205)
+++ PKGBUILD	2022-08-15 19:44:41 UTC (rev 1266206)
@@ -1,6 +1,6 @@
 # Maintainer: Justin Kromlinger <hashworks at archlinux.org>
 pkgname=libzim
-pkgver=7.2.2
+pkgver=8.0.0
 _testing_suite_commit=31ffbefd6699384d80e1f584b69b4321c843bc0c # v0.4
 pkgrel=1
 pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
@@ -11,7 +11,7 @@
 url='https://github.com/openzim/libzim'
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
         "git+https://github.com/openzim/zim-testing-suite#commit=${_testing_suite_commit}")
-sha256sums=('42f7f19ca50b2185fe91ea91bd676976b7e282ca31c1a70f409d2689788ee59b'
+sha256sums=('a408810c9316b56b410f6878a488f7d821c9b7eb3983e0114a4ab1a50394f7d2'
             'SKIP')
 
 build() {
@@ -23,7 +23,7 @@
 
 check() {
 	cd "${pkgname}-${pkgver}/build"
-	SKIP_BIG_MEMORY_TEST=1 ninja meson-test
+	SKIP_BIG_MEMORY_TEST=1 meson test
 }
 
 package() {



More information about the arch-commits mailing list