Date: Tuesday, September 1, 2020 @ 08:14:00 Author: hashworks Revision: 695265
upgpkg: libzim 6.2.1-1: Bump pkgver to 6.2.1 Modified: libzim/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-01 07:21:30 UTC (rev 695264) +++ PKGBUILD 2020-09-01 08:14:00 UTC (rev 695265) @@ -1,7 +1,7 @@ # Maintainer: hashworks <[email protected]> pkgname=libzim -pkgver=6.2.0 -pkgrel=2 +pkgver=6.2.1 +pkgrel=1 pkgdesc="Reference implementation of the ZIM specification by the openZIM project" license=('GPL2') arch=('armv7h' 'i686' 'x86_64') @@ -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=(58ea026dd397027b66aa20db7b1070c349d58216e8eaf38d812d5b9b9c2d761f) +sha256sums=('20fa806d30fe3b3b353387f93dcac2bf8dbc08120f78ac0fad9bc3e4fd822984') build() { cd "${pkgname}-${pkgver}"
