Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / proj
Commits:
82099a05 by Antonio Rojas at 2024-12-14T20:41:58+01:00
upgpkg: 9.5.1-1: Update to 9.5.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -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
@@ -12,7 +12,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
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: William Rea <[email protected]>
pkgname=proj
-pkgver=9.5.0
+pkgver=9.5.1
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=('659af0d558f7c5618c322fde2d3392910806faee8684687959339021fa207d99')
+sha256sums=('a8395f9696338ffd46b0feb603edbb730fad6746fba77753c77f7f997345e3d3')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/proj/-/commit/82099a05a2fe924520094df661bf48a67da69b3d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/proj/-/commit/82099a05a2fe924520094df661bf48a67da69b3d
You're receiving this email because of your account on gitlab.archlinux.org.