Date: Wednesday, October 20, 2021 @ 15:28:05 Author: hashworks Revision: 1031403
upgpkg: libzim 7.0.0-1 Modified: libzim/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-20 15:18:15 UTC (rev 1031402) +++ PKGBUILD 2021-10-20 15:28:05 UTC (rev 1031403) @@ -1,19 +1,23 @@ # Maintainer: Justin Kromlinger <[email protected]> pkgname=libzim -pkgver=6.3.2 +pkgver=7.0.0 +_testing_suite_commit=31ffbefd6699384d80e1f584b69b4321c843bc0c # v0.3 pkgrel=1 pkgdesc="Reference implementation of the ZIM specification by the openZIM project" license=('GPL2') arch=('x86_64') depends=('xapian-core' 'zlib' 'xz' 'icu' 'zstd') -makedepends=('meson' 'gtest' 'cython' 'python-pytest') +makedepends=('meson' 'gtest' 'git') url='https://github.com/openzim/libzim' -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('648fb5af65dd28a6b221b9294217939bf5abf929d706e7323ebb4196849a923c') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz" + "git+https://github.com/openzim/zim-testing-suite#commit=${_testing_suite_commit}") +sha256sums=('91702b383d33f4aff0216596cc01b46dc3c6f8d60c069ffd14affa8ff6459f5d' + 'SKIP') build() { cd "${pkgname}-${pkgver}" - arch-meson build + arch-meson build \ + -Dtest_data_dir="${srcdir}/zim-testing-suite/data" ninja -C build }
