mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gdal to 3.8.4-1
This commit is contained in:
parent
4e7f79d8b3
commit
60dd3421eb
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.3
|
||||
pkgrel = 2
|
||||
pkgver = 3.8.4
|
||||
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.3/gdal-3.8.3.tar.xz
|
||||
b2sums = 720ccda461e7634ca1548f9bdf8fe1f2583108a16858a9ca001b6ba490d1ddb977b51e3a7e1d034355599997d5ed8ebee36baf0fcccaf4d44053363450665b5f
|
||||
source = https://download.osgeo.org/gdal/3.8.4/gdal-3.8.4.tar.xz
|
||||
b2sums = 53d553ac09bf6a007e38ad41d3033e6b4ab7992c9c2eb84ac4f56b7be14f68a2931bb7655807b10aff1836d47a98e04ec70bb9c6db19596c2b35aa260b3579dc
|
||||
|
||||
pkgname = gdal
|
||||
depends = proj
|
||||
|
@ -100,5 +100,5 @@ pkgname = gdal
|
|||
|
||||
pkgname = python-gdal
|
||||
pkgdesc = Python bindings for GDAL
|
||||
depends = gdal=3.8.3
|
||||
depends = gdal=3.8.4
|
||||
depends = python-numpy
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
pkgbase=gdal
|
||||
pkgname=(gdal python-gdal)
|
||||
pkgver=3.8.3
|
||||
pkgrel=2
|
||||
pkgver=3.8.4
|
||||
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=('720ccda461e7634ca1548f9bdf8fe1f2583108a16858a9ca001b6ba490d1ddb977b51e3a7e1d034355599997d5ed8ebee36baf0fcccaf4d44053363450665b5f')
|
||||
b2sums=('53d553ac09bf6a007e38ad41d3033e6b4ab7992c9c2eb84ac4f56b7be14f68a2931bb7655807b10aff1836d47a98e04ec70bb9c6db19596c2b35aa260b3579dc')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgbase-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue