[arch-commits] Commit in libzim/trunk (PKGBUILD)
Justin Kromlinger
hashworks at archlinux.org
Wed Nov 18 18:11:44 UTC 2020
Date: Wednesday, November 18, 2020 @ 18:11:44
Author: hashworks
Revision: 757148
upgpkg: libzim 6.3.0-1: Release 6.3.0
Modified:
libzim/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-18 18:07:50 UTC (rev 757147)
+++ PKGBUILD 2020-11-18 18:11:44 UTC (rev 757148)
@@ -1,15 +1,15 @@
# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
pkgname=libzim
-pkgver=6.2.2
+pkgver=6.3.0
pkgrel=1
pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
license=('GPL2')
-arch=('armv7h' 'i686' 'x86_64')
+arch=('x86_64')
depends=('xapian-core' 'zlib' 'xz' 'icu' 'zstd')
makedepends=('meson' 'gtest' 'cython' 'python-pytest')
url='https://github.com/openzim/libzim'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('6619035d35c9ba057c80be5758fa86922802c74aca40e5fffd40b77f0f263af2')
+sha256sums=('984d2f3881c507c9f0212dc2bc1b808d25cdeef6a62043f9211fcb78a231a986')
build() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list