Date: Wednesday, September 2, 2020 @ 16:28:56 Author: hashworks Revision: 696542
upgpkg: libzim 6.2.2-1: Bump pkgver to 6.2.2 Modified: libzim/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-02 16:28:26 UTC (rev 696541) +++ PKGBUILD 2020-09-02 16:28:56 UTC (rev 696542) @@ -1,6 +1,6 @@ # Maintainer: Justin Kromlinger <[email protected]> pkgname=libzim -pkgver=6.2.1 +pkgver=6.2.2 pkgrel=1 pkgdesc="Reference implementation of the ZIM specification by the openZIM project" license=('GPL2') @@ -9,7 +9,7 @@ makedepends=('meson' 'gtest' 'cython' 'python-pytest') url='https://github.com/openzim/libzim' source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('20fa806d30fe3b3b353387f93dcac2bf8dbc08120f78ac0fad9bc3e4fd822984') +sha256sums=('6619035d35c9ba057c80be5758fa86922802c74aca40e5fffd40b77f0f263af2') build() { cd "${pkgname}-${pkgver}"
