libzim: update to 4.0.1.

This commit is contained in:
John 2018-08-03 21:18:20 +02:00 committed by maxice8
parent 31ebe53587
commit 3af4132306
2 changed files with 4 additions and 20 deletions

View File

@ -1,16 +0,0 @@
Author: maxice8
Upstream: no
Reason: Fixes compilation
--- meson.build
+++ meson.build
@@ -1,7 +1,7 @@
project('libzim', ['c', 'cpp'],
version : '3.3.0',
license : 'GPL2',
- default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
+ default_options : ['c_std=c11', 'cpp_std=c++11'])
conf = configuration_data()
conf.set('VERSION', '"@0@"'.format(meson.project_version()))

View File

@ -1,7 +1,7 @@
# Template file for 'libzim'
pkgname=libzim
version=4.0.0
revision=2
version=4.0.1
revision=1
build_style=meson
hostmakedepends="pkg-config git"
makedepends="liblzma-devel $(vopt_if zlib zlib-devel)
@ -9,10 +9,10 @@ makedepends="liblzma-devel $(vopt_if zlib zlib-devel)
short_desc="Library to read and write ZIM files"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later"
#changelog="https://github.com/openzim/libzim/blob/${version}/ChangeLog"
homepage="http://www.openzim.org/"
changelog="https://github.com/openzim/libzim/blob/${version}/ChangeLog"
distfiles="https://github.com/openzim/libzim/archive/${version}.tar.gz"
checksum=e195d30ba1b55dd2b6529fdd84fcbed6ec35ed4ddc957ad7725edabd20c3126c
checksum=8e26cfea24a77cdc0ad7d51ad2df939130ad4c489f28c90fdc6ffc1b0da0a085
replaces="libzim-tools>=0"
build_options="zlib xapian"