* update proj to 9.5.1-1

This commit is contained in:
Alexander Baldeck 2025-01-05 02:28:03 +01:00
parent cbf26e6567
commit df9c9ecd66
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = proj
pkgdesc = Cartographic Projections and Coordinate Transformations Library
pkgver = 9.5.0
pkgver = 9.5.1
pkgrel = 1
url = https://proj.org/
changelog = proj.changelog
@ -16,7 +16,7 @@ pkgbase = proj
depends = curl
depends = libtiff
depends = sqlite
source = https://github.com/OSGeo/PROJ/releases/download/9.5.0/proj-9.5.0.tar.gz
sha256sums = 659af0d558f7c5618c322fde2d3392910806faee8684687959339021fa207d99
source = https://github.com/OSGeo/PROJ/releases/download/9.5.1/proj-9.5.1.tar.gz
sha256sums = a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3
pkgname = proj

View File

@ -6,7 +6,7 @@
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=proj
pkgver=9.5.0
pkgver=9.5.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=('659af0d558f7c5618c322fde2d3392910806faee8684687959339021fa207d99')
sha256sums=('a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3')
build() {
cmake -B build -S $pkgname-$pkgver \