* update proj to 9.4.0-1

This commit is contained in:
Alexander Baldeck 2024-04-09 19:40:48 +02:00
parent e86f8e7dca
commit 285c293708

View File

@ -6,7 +6,7 @@
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=proj
pkgver=9.3.1
pkgver=9.4.0
pkgrel=1
pkgdesc="Cartographic Projections and Coordinate Transformations Library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -16,7 +16,7 @@ depends=(curl libtiff sqlite)
makedepends=(cmake gmock gtest)
changelog=$pkgname.changelog
source=(https://github.com/OSGeo/PROJ/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('b0f919cb9e1f42f803a3e616c2b63a78e4d81ecfaed80978d570d3a5e29d10bc')
sha256sums=('3643b19b1622fe6b2e3113bdb623969f5117984b39f173b4e3fb19a8833bd216')
build() {
cmake -B build -S $pkgname-$pkgver \