Date: Wednesday, November 30, 2022 @ 17:46:51 Author: hashworks Revision: 1355501
upgpkg: libkiwix 12.0.0-1 Modified: libkiwix/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-30 17:43:24 UTC (rev 1355500) +++ PKGBUILD 2022-11-30 17:46:51 UTC (rev 1355501) @@ -1,7 +1,7 @@ # Maintainer: Justin Kromlinger <[email protected]> pkgname=libkiwix -pkgver=11.0.0 -pkgrel=3 +pkgver=12.0.0 +pkgrel=1 pkgdesc="Library providing the Kiwix software core" license=('GPL3') arch=('x86_64') @@ -8,11 +8,11 @@ provides=('kiwix-lib') conflicts=('kiwix-lib') replaces=('kiwix-lib') -depends=('libzim>=8.0.0' 'pugixml' 'mustache' 'xapian-core' 'aria2' 'libmicrohttpd' 'python' 'curl') -makedepends=('meson' 'gtest') +depends=('libzim>=8.1.0' '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") -sha256sums=('ec17342874e0444cc6585ab3f55447e139357128defb3f391b78bd3b24915123') +sha256sums=('8608ef73fdaa34c28144eb5ad732a74ca94dd99710d08d7a1ddb1277d1985b02') build() { cd "${pkgname}-${pkgver}"
