[arch-commits] Commit in zim-tools/trunk (PKGBUILD)
Justin Kromlinger
hashworks at gemini.archlinux.org
Sat Sep 10 17:01:36 UTC 2022
Date: Saturday, September 10, 2022 @ 17:01:36
Author: hashworks
Revision: 1299939
upgpkg: zim-tools 3.1.2-1
Modified:
zim-tools/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 17:00:22 UTC (rev 1299938)
+++ PKGBUILD 2022-09-10 17:01:36 UTC (rev 1299939)
@@ -1,7 +1,7 @@
# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
pkgname=zim-tools
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
pkgdesc="Various ZIM command line tools"
license=('GPL3')
arch=('x86_64')
@@ -8,11 +8,11 @@
provides=('zimwriterfs')
conflicts=('zimwriterfs')
replaces=('zimwriterfs')
-depends=('file' 'libzim>=8.0.0' 'docopt' 'gumbo-parser')
+depends=('file' 'libzim>=8.0.1' 'docopt' 'gumbo-parser')
makedepends=('meson' 'mustache')
url='https://github.com/openzim/zim-tools'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('980352ded328cadb41fce43706b679065b4933169d3909e82ea52b07e2cc18d5')
+sha256sums=('93af4a314d02d87facf5c24b9f595937db5ebf1563d22728dc8cc434b23d89c5')
build() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list