libxls: update to 1.5.3.

This commit is contained in:
Leah Neukirchen 2020-06-23 11:11:23 +02:00
parent 0a7993c708
commit 51863e11d0

View file

@ -1,6 +1,6 @@
# Template file for 'libxls' # Template file for 'libxls'
pkgname=libxls pkgname=libxls
version=1.5.2 version=1.5.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--program-prefix=lib --enable-static" configure_args="--program-prefix=lib --enable-static"
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/libxls/libxls" homepage="https://github.com/libxls/libxls"
distfiles="https://github.com/libxls/libxls/releases/download/v${version}/libxls-${version}.tar.gz" distfiles="https://github.com/libxls/libxls/releases/download/v${version}/libxls-${version}.tar.gz"
checksum=8d7e52d96ccc6c498e5de78c1988d9838d914eeeb94ac60208378340bd6e6aaa checksum=d552d4f34f2691e73bb988fcc5ead8cefd8c0c4b8fcc56273f10177cf9088566
post_install() { post_install() {
sed '/^$/q' include/xls.h >LICENSE sed '/^$/q' include/xls.h >LICENSE