* update proj to 9.4.1-1

This commit is contained in:
Alexander Baldeck 2024-07-25 21:31:32 +02:00
parent 8540caf2ad
commit c5967d43c0
3 changed files with 23 additions and 2 deletions

18
proj/.SRCINFO Normal file
View File

@ -0,0 +1,18 @@
pkgbase = proj
pkgdesc = Cartographic Projections and Coordinate Transformations Library
pkgver = 9.4.1
pkgrel = 1
url = https://proj.org/
changelog = proj.changelog
arch = x86_64
license = MIT
makedepends = cmake
makedepends = gmock
makedepends = gtest
depends = curl
depends = libtiff
depends = sqlite
source = https://github.com/OSGeo/PROJ/releases/download/9.4.1/proj-9.4.1.tar.gz
sha256sums = ffe20170ee2b952207adf8a195e2141eab12cda181e49fdeb54425d98c7171d7
pkgname = proj

3
proj/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[proj]
source = "git"
git = "https://github.com/OSGeo/PROJ.git"

View File

@ -6,7 +6,7 @@
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=proj
pkgver=9.4.0
pkgver=9.4.1
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=('3643b19b1622fe6b2e3113bdb623969f5117984b39f173b4e3fb19a8833bd216')
sha256sums=('ffe20170ee2b952207adf8a195e2141eab12cda181e49fdeb54425d98c7171d7')
build() {
cmake -B build -S $pkgname-$pkgver \