proj, revbump due to tiff changes (#10856)

This commit is contained in:
Schrijvers Luc
2024-08-21 15:30:21 +02:00
committed by GitHub
parent 9e480dc928
commit f368292127

View File

@@ -4,7 +4,7 @@ Coordinate Transformations Library."
HOMEPAGE="https://proj.org/"
COPYRIGHT="1983-2023 PROJ contributors"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="http://download.osgeo.org/proj/proj-$portVersion.tar.gz"
CHECKSUM_SHA256="91a3695a004ea28db0448a34460bed4cc3b130e5c7d74339ec999efdab0e547d"
@@ -77,6 +77,10 @@ BUILD_PREREQUIRES="
cmd:sqlite3
"
TEST_REQUIRES="
cmd:diff
"
defineDebugInfoPackage proj$secondaryArchSuffix \
"$(getPackagePrefix tools)"/bin/cct \
"$(getPackagePrefix tools)"/bin/cs2cs \
@@ -117,5 +121,5 @@ INSTALL()
TEST()
{
ctest --test-dir build
ctest --test-dir build --output-on-failure
}