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


Commits:
092b0852 by Antonio Rojas at 2025-11-21T20:31:33+01:00
upgpkg: 3.14.1-1: Upstream update

- - - - -


4 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = geos
        pkgdesc = C/C++ library for computational geometry
-       pkgver = 3.13.1
+       pkgver = 3.14.1
        pkgrel = 1
        url = https://libgeos.org/
        changelog = geos.changelog
@@ -10,7 +10,7 @@ pkgbase = geos
        depends = gcc-libs
        depends = bash
        options = !emptydirs
-       source = https://download.osgeo.org/geos/geos-3.13.1.tar.bz2
-       sha256sums = 
df2c50503295f325e7c8d7b783aca8ba4773919cde984193850cf9e361dfd28c
+       source = https://download.osgeo.org/geos/geos-3.14.1.tar.bz2
+       sha256sums = 
3c20919cda9a505db07b5216baa980bacdaa0702da715b43f176fb07eff7e716
 
 pkgname = geos


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[geos]
+source = 'git'
+git = 'https://github.com/libgeos/geos'


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth <[email protected]>
 
 pkgname=geos
-pkgver=3.13.1
+pkgver=3.14.1
 pkgrel=1
 pkgdesc="C/C++ library for computational geometry"
 arch=(x86_64)
@@ -16,7 +16,7 @@ makedepends=(cmake)
 options=(!emptydirs)
 changelog=$pkgname.changelog
 source=(https://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('df2c50503295f325e7c8d7b783aca8ba4773919cde984193850cf9e361dfd28c')
+sha256sums=('3c20919cda9a505db07b5216baa980bacdaa0702da715b43f176fb07eff7e716')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \


=====================================
REUSE.toml
=====================================
@@ -17,6 +17,7 @@ path = [
     "*.timer",
     "*.desktop",
     "*.hook",
+    "*.changelog",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/geos/-/commit/092b08529ae46378d408d9db859ea79f2acd8164

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


Reply via email to