diff --git a/common/shlibs b/common/shlibs index 4222e704248..89fc589e8a3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2850,7 +2850,7 @@ libunshield.so.0 libunshield-0.6_1 libMyGUIEngine.so.3 libmygui-3.2.2_1 libEditorFramework.so libmygui-devel-3.2.2_3 Plugin_StrangeButton.so libmygui-devel-3.2.2_3 -libproj.so.13 proj-5.0.0_1 +libproj.so.14 proj-5.2.0_1 libnlopt.so.0 nlopt-2.4.2_1 libeb.so.16 libeb-4.3.3_1 libchipcard.so.6 libchipcard-5.0.4_1 diff --git a/srcpkgs/proj/template b/srcpkgs/proj/template index 36ef898294b..bf66aab4b96 100644 --- a/srcpkgs/proj/template +++ b/srcpkgs/proj/template @@ -1,14 +1,14 @@ # Template file for 'proj' pkgname=proj -version=5.1.0 +version=5.2.0 revision=1 -build_style=gnu-configure +build_style=cmake short_desc="Cartographic Projections Library" maintainer="John " license="MIT" homepage="https://proj4.org" distfiles="https://download.osgeo.org/proj/proj-${version}.tar.gz" -checksum=6b1379a53317d9b5b8c723c1dc7bf2e3a8eb22ceb46b8807a1ce48ef65685bb3 +checksum=ef919499ffbc62a4aae2659a55e2b25ff09cccbbe230656ba71c6224056c7e60 post_install() { vlicense COPYING @@ -19,9 +19,7 @@ proj-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/lib/pkgconfig vmove usr/share/man/man3 - vmove "usr/lib/*.a" vmove "usr/lib/*.so" } }