mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gdal to 3.8.2-1
This commit is contained in:
parent
9b4601a3ca
commit
40cbb96d45
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.1
|
||||
pkgrel = 2
|
||||
pkgver = 3.8.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.8.1/gdal-3.8.1.tar.xz
|
||||
b2sums = ccf2f84d561b66a220b5f3798cc6dceb6ef0c64e5bd1f12034aaead534cc9f5faa0174485a5c2be62e709eb4403883c959771fd7af197a2683c28ce4d47cea7c
|
||||
source = https://download.osgeo.org/gdal/3.8.2/gdal-3.8.2.tar.xz
|
||||
b2sums = c00a69810f9c7ac1f8dd30e5bcee6a87277cc93391a8569ebc77ea53df52ee712310baad36ff32354b7bea6fa5a5f3b8f4f106ffe1534df4aa2fbc9afa5a9ee9
|
||||
|
||||
pkgname = gdal
|
||||
depends = proj
|
||||
|
@ -100,5 +100,5 @@ pkgname = gdal
|
|||
|
||||
pkgname = python-gdal
|
||||
pkgdesc = Python bindings for GDAL
|
||||
depends = gdal=3.8.1
|
||||
depends = gdal=3.8.2
|
||||
depends = python-numpy
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
pkgbase=gdal
|
||||
pkgname=(gdal python-gdal)
|
||||
pkgver=3.8.1
|
||||
pkgrel=2
|
||||
pkgver=3.8.2
|
||||
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=('ccf2f84d561b66a220b5f3798cc6dceb6ef0c64e5bd1f12034aaead534cc9f5faa0174485a5c2be62e709eb4403883c959771fd7af197a2683c28ce4d47cea7c')
|
||||
b2sums=('c00a69810f9c7ac1f8dd30e5bcee6a87277cc93391a8569ebc77ea53df52ee712310baad36ff32354b7bea6fa5a5f3b8f4f106ffe1534df4aa2fbc9afa5a9ee9')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgbase-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue