Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / proj
Commits:
03442a3c by Antonio Rojas at 2025-03-17T18:55:40+01:00
upgpkg: 9.6.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = proj
pkgdesc = Cartographic Projections and Coordinate Transformations
Library
- pkgver = 9.5.1
+ pkgver = 9.6.0
pkgrel = 1
url = https://proj.org/
changelog = proj.changelog
@@ -12,7 +12,7 @@ pkgbase = proj
depends = curl
depends = libtiff
depends = sqlite
- source =
https://github.com/OSGeo/PROJ/releases/download/9.5.1/proj-9.5.1.tar.gz
- sha256sums =
a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3
+ source =
https://github.com/OSGeo/PROJ/releases/download/9.6.0/proj-9.6.0.tar.gz
+ sha256sums =
d8cae521c311c39513193657e75767f7cfbf2f91bd202fcd4a200028d3b57e14
pkgname = proj
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: William Rea <[email protected]>
pkgname=proj
-pkgver=9.5.1
+pkgver=9.6.0
pkgrel=1
pkgdesc="Cartographic Projections and Coordinate Transformations Library"
arch=(x86_64)
@@ -15,7 +15,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=('a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3')
+sha256sums=('d8cae521c311c39513193657e75767f7cfbf2f91bd202fcd4a200028d3b57e14')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/proj/-/commit/03442a3c4c32145032292f9e9879fe89d1f6971e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/proj/-/commit/03442a3c4c32145032292f9e9879fe89d1f6971e
You're receiving this email because of your account on gitlab.archlinux.org.