mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gdal to 3.8.5-1
This commit is contained in:
parent
654bd3d28b
commit
edf4a4d70b
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = gdal
|
||||
pkgdesc = A translator library for raster and vector geospatial data formats
|
||||
pkgver = 3.8.4
|
||||
pkgrel = 3
|
||||
pkgver = 3.8.5
|
||||
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.8.4/gdal-3.8.4.tar.xz
|
||||
b2sums = 53d553ac09bf6a007e38ad41d3033e6b4ab7992c9c2eb84ac4f56b7be14f68a2931bb7655807b10aff1836d47a98e04ec70bb9c6db19596c2b35aa260b3579dc
|
||||
source = https://download.osgeo.org/gdal/3.8.5/gdal-3.8.5.tar.xz
|
||||
b2sums = 2c5f9b3fa1c3d5d7879c2aa1c95f82c6360b35a259443a8ad68ff8f471f4efa8d2fd7935c57317ee5e94789244067706967f9c5df413bccd2556b5790d51d349
|
||||
|
||||
pkgname = gdal
|
||||
depends = proj
|
||||
|
@ -100,5 +100,5 @@ pkgname = gdal
|
|||
|
||||
pkgname = python-gdal
|
||||
pkgdesc = Python bindings for GDAL
|
||||
depends = gdal=3.8.4
|
||||
depends = gdal=3.8.5
|
||||
depends = python-numpy
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
pkgbase=gdal
|
||||
pkgname=(gdal python-gdal)
|
||||
pkgver=3.8.4
|
||||
pkgrel=3
|
||||
pkgver=3.8.5
|
||||
pkgrel=1
|
||||
pkgdesc="A translator library for raster and vector geospatial data formats"
|
||||
arch=(x86_64)
|
||||
url="https://gdal.org/"
|
||||
|
@ -26,7 +26,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=('53d553ac09bf6a007e38ad41d3033e6b4ab7992c9c2eb84ac4f56b7be14f68a2931bb7655807b10aff1836d47a98e04ec70bb9c6db19596c2b35aa260b3579dc')
|
||||
b2sums=('2c5f9b3fa1c3d5d7879c2aa1c95f82c6360b35a259443a8ad68ff8f471f4efa8d2fd7935c57317ee5e94789244067706967f9c5df413bccd2556b5790d51d349')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgbase-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue