Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / proj
Commits:
477d9249 by Antonio Rojas at 2024-09-24T19:39:03+02:00
upgpkg: 9.5.0-1: Update to 9.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = proj
pkgdesc = Cartographic Projections and Coordinate Transformations
Library
- pkgver = 9.4.1
+ pkgver = 9.5.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.4.1/proj-9.4.1.tar.gz
- sha256sums =
ffe20170ee2b952207adf8a195e2141eab12cda181e49fdeb54425d98c7171d7
+ source =
https://github.com/OSGeo/PROJ/releases/download/9.5.0/proj-9.5.0.tar.gz
+ sha256sums =
659af0d558f7c5618c322fde2d3392910806faee8684687959339021fa207d99
pkgname = proj
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: William Rea <[email protected]>
pkgname=proj
-pkgver=9.4.1
+pkgver=9.5.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=('ffe20170ee2b952207adf8a195e2141eab12cda181e49fdeb54425d98c7171d7')
+sha256sums=('659af0d558f7c5618c322fde2d3392910806faee8684687959339021fa207d99')
build() {
cmake -B build -S $pkgname-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/proj/-/commit/477d9249663acc39bf1faebd48a4204f6c6c9181
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/proj/-/commit/477d9249663acc39bf1faebd48a4204f6c6c9181
You're receiving this email because of your account on gitlab.archlinux.org.