From b08a1996babff567590823717ab7374fee6b596d Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 28 Dec 2020 13:46:24 -0600 Subject: [PATCH] libmaxminddb: update to 1.4.3. Also move libs and pkgconfig to -devel --- srcpkgs/libmaxminddb/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libmaxminddb/template b/srcpkgs/libmaxminddb/template index 1bf9f18a1f1..55e419fa387 100644 --- a/srcpkgs/libmaxminddb/template +++ b/srcpkgs/libmaxminddb/template @@ -1,14 +1,15 @@ # Template file for 'libmaxminddb' pkgname=libmaxminddb -version=1.3.2 +version=1.4.3 revision=1 build_style=gnu-configure -short_desc="A library for working with MaxMind DB files" +checkdepends="perl" +short_desc="Library for working with MaxMind DB files" maintainer="Elie ROUDNINSKI " license="Apache-2.0" -homepage="https://maxmind.github.io/${pkgname}/" +homepage="https://maxmind.github.io/libmaxminddb" distfiles="https://github.com/maxmind/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz" -checksum=e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0 +checksum=a5fdf6c7b4880fdc7620f8ace5bd5cbe9f65650c9493034b5b9fc7d83551a439 libmaxminddb-devel_package() { short_desc+=" - development files" @@ -16,5 +17,8 @@ libmaxminddb-devel_package() { pkg_install() { vmove usr/include vmove usr/share/man/man3 + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + vmove "usr/lib/*.a" } }