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


Commits:
0ed3565a by Antonio Rojas at 2024-04-26T21:57:32+02:00
upgpkg: 3.12.1-1: Update to 3.12.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = geos
+       pkgdesc = C/C++ library for computational geometry
+       pkgver = 3.12.1
+       pkgrel = 1
+       url = https://libgeos.org/
+       changelog = geos.changelog
+       arch = x86_64
+       license = LGPL
+       makedepends = cmake
+       depends = gcc-libs
+       depends = bash
+       options = !emptydirs
+       source = https://download.osgeo.org/geos/geos-3.12.1.tar.bz2
+       sha256sums = 
d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03
+
+pkgname = geos


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth <rods...@gmail.com>
 
 pkgname=geos
-pkgver=3.12.0
+pkgver=3.12.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=('d96db96011259178a35555a0f6d6e75a739e52a495a6b2aa5efb3d75390fbc39')
+sha256sums=('d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/geos/-/commit/0ed3565a06435bde0ccf43bfa569ec9f01114d34
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to