mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gdal to 3.5.3-1
This commit is contained in:
parent
1b769a4fbf
commit
cb2f207065
1 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
pkgbase=gdal
|
pkgbase=gdal
|
||||||
pkgname=(gdal python-gdal)
|
pkgname=(gdal python-gdal)
|
||||||
pkgver=3.5.1
|
pkgver=3.5.3
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc="A translator library for raster and vector geospatial data formats"
|
pkgdesc="A translator library for raster and vector geospatial data formats"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://gdal.org/"
|
url="https://gdal.org/"
|
||||||
|
@ -26,7 +26,7 @@ makedepends=(cmake opencl-headers python-setuptools python-numpy
|
||||||
# ogdi
|
# ogdi
|
||||||
changelog=$pkgbase.changelog
|
changelog=$pkgbase.changelog
|
||||||
source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz)
|
source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz)
|
||||||
sha256sums=('d12c30a9eacdeaab493c0d1c9f88eb337c9cbb5bb40744c751bdd5a5af166ab6')
|
sha256sums=('d32223ddf145aafbbaec5ccfa5dbc164147fb3348a3413057f9b1600bb5b3890')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgbase-$pkgver \
|
cmake -B build -S $pkgbase-$pkgver \
|
||||||
|
|
Loading…
Reference in a new issue