Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gdal
Commits: cae7d944 by Robin Candau at 2025-02-17T17:01:22+01:00 upgpkg: 3.10.2-1: New upstream release https://github.com/OSGeo/gdal/releases/tag/v3.10.2 Bump required for compatibility with Poppler 25.02.0 (see https://archlinux.org/todo/poppler-25020-rebuild/) - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gdal pkgdesc = A translator library for raster and vector geospatial data formats - pkgver = 3.10.1 - pkgrel = 2 + pkgver = 3.10.2 + pkgrel = 1 url = https://gdal.org/ changelog = gdal.changelog arch = x86_64 @@ -52,8 +52,8 @@ pkgbase = gdal makedepends = zlib makedepends = zstd makedepends = libaec - source = https://download.osgeo.org/gdal/3.10.1/gdal-3.10.1.tar.xz - b2sums = aa5cc05a980d5c4f2c8e6f1685252178b8845eff33f40e35960e3389d91519868d4f4c3c2aed5f5e4ebb91fb3fb8a336e1af8f7a0f4e4e3584039eb5385e4b45 + source = https://download.osgeo.org/gdal/3.10.2/gdal-3.10.2.tar.xz + b2sums = d37fc6c41c8111ddf50c0650eb51e04012bf30976493bbd6dd363ddd8f4a21168b908faf8ef2cab733653107e1ab3c7a1b4fdeb7818157f3d171ec92478bc4e5 pkgname = gdal depends = proj @@ -100,5 +100,5 @@ pkgname = gdal pkgname = python-gdal pkgdesc = Python bindings for GDAL - depends = gdal=3.10.1 + depends = gdal=3.10.2 depends = python-numpy ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ pkgbase=gdal pkgname=(gdal python-gdal) -pkgver=3.10.1 -pkgrel=2 +pkgver=3.10.2 +pkgrel=1 pkgdesc="A translator library for raster and vector geospatial data formats" arch=(x86_64) url="https://gdal.org/" @@ -21,7 +21,7 @@ makedepends=(cmake opencl-headers python-setuptools python-numpy # ogdi changelog=$pkgbase.changelog source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz) -b2sums=('aa5cc05a980d5c4f2c8e6f1685252178b8845eff33f40e35960e3389d91519868d4f4c3c2aed5f5e4ebb91fb3fb8a336e1af8f7a0f4e4e3584039eb5385e4b45') +b2sums=('d37fc6c41c8111ddf50c0650eb51e04012bf30976493bbd6dd363ddd8f4a21168b908faf8ef2cab733653107e1ab3c7a1b4fdeb7818157f3d171ec92478bc4e5') build() { cmake -B build -S $pkgbase-$pkgver \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/cae7d944b5bd35ecf7ab3b964ce504651005cf04 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/cae7d944b5bd35ecf7ab3b964ce504651005cf04 You're receiving this email because of your account on gitlab.archlinux.org.
