Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / proj


Commits:
a6101d48 by Antonio Rojas at 2024-03-09T00:49:16+01:00
upgpkg: 9.4.0-1: Update to 9.4.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = proj
        pkgdesc = Cartographic Projections and Coordinate Transformations 
Library
-       pkgver = 9.3.1
+       pkgver = 9.4.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.3.1/proj-9.3.1.tar.gz
-       sha256sums = 
b0f919cb9e1f42f803a3e616c2b63a78e4d81ecfaed80978d570d3a5e29d10bc
+       source = 
https://github.com/OSGeo/PROJ/releases/download/9.4.0/proj-9.4.0.tar.gz
+       sha256sums = 
3643b19b1622fe6b2e3113bdb623969f5117984b39f173b4e3fb19a8833bd216
 
 pkgname = proj


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 # Contributor: William Rea <sillywi...@gmail.com>
 
 pkgname=proj
-pkgver=9.3.1
+pkgver=9.4.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=('b0f919cb9e1f42f803a3e616c2b63a78e4d81ecfaed80978d570d3a5e29d10bc')
+sha256sums=('3643b19b1622fe6b2e3113bdb623969f5117984b39f173b4e3fb19a8833bd216')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/proj/-/commit/a6101d4805af60f69cdd16ccd23d6878be1a6870

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/proj/-/commit/a6101d4805af60f69cdd16ccd23d6878be1a6870
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to