From 972c6dcf99396e1cd954597977a903ebc7528dad Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 15 Apr 2019 10:25:11 +0200 Subject: [PATCH] libxls: update to 1.5.1. --- srcpkgs/libxls/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxls/template b/srcpkgs/libxls/template index 9fb3be22f85..c50511b5564 100644 --- a/srcpkgs/libxls/template +++ b/srcpkgs/libxls/template @@ -1,6 +1,6 @@ # Template file for 'libxls' pkgname=libxls -version=1.5.0 +version=1.5.1 revision=1 build_style=gnu-configure configure_args="--program-prefix=lib --enable-static" @@ -9,7 +9,7 @@ maintainer="Leah Neukirchen " license="BSD-2-clause" homepage="https://github.com/libxls/libxls" distfiles="https://github.com/libxls/libxls/releases/download/v${version}/libxls-${version}.tar.gz" -checksum=c53a55187aeb0545e6fb5cfc89ad9521af80b1afc7eff407ac94c1bd59a64202 +checksum=3bc88501529ce3909457fedfc5cc6c8c5a8aaaab17ca5cbbfad317b61e465535 post_install() { sed '/^$/q' include/xls.h >LICENSE @@ -20,6 +20,7 @@ libxls-devel_package() { depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include + vmove usr/lib/pkgconfig vmove "usr/lib/*.so" vmove "usr/lib/*.a" }