From c41ebdc43811e2a88c78fce93a08bb6f2550f9da Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 4 Feb 2025 20:28:33 +0100 Subject: [PATCH] * update gdal to 3.10.0-6 --- gdal/.SRCINFO | 2 +- gdal/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdal/.SRCINFO b/gdal/.SRCINFO index 9244a35bc4..7ed17c82ec 100644 --- a/gdal/.SRCINFO +++ b/gdal/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = gdal pkgdesc = A translator library for raster and vector geospatial data formats pkgver = 3.10.0 - pkgrel = 4 + pkgrel = 6 url = https://gdal.org/ changelog = gdal.changelog arch = x86_64 diff --git a/gdal/PKGBUILD b/gdal/PKGBUILD index a89bbc637f..3df9a5f0c6 100644 --- a/gdal/PKGBUILD +++ b/gdal/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=gdal pkgname=(gdal python-gdal) pkgver=3.10.0 -pkgrel=4 +pkgrel=6 pkgdesc="A translator library for raster and vector geospatial data formats" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://gdal.org/"