mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
pkgname=(gdal python-gdal)
|
||||
pkgver=3.5.1
|
||||
pkgrel=5
|
||||
pkgver=3.5.3
|
||||
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)
|
||||
sha256sums=('d12c30a9eacdeaab493c0d1c9f88eb337c9cbb5bb40744c751bdd5a5af166ab6')
|
||||
sha256sums=('d32223ddf145aafbbaec5ccfa5dbc164147fb3348a3413057f9b1600bb5b3890')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgbase-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue