[arch-commits] Commit in gdal/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Apr 22 07:45:35 UTC 2018


    Date: Sunday, April 22, 2018 @ 07:45:34
  Author: bgyorgy
Revision: 317282

upgpkg: gdal 2.2.4-2

Really enable array support in python bindings (FS#58299)

Modified:
  gdal/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-22 06:54:52 UTC (rev 317281)
+++ PKGBUILD	2018-04-22 07:45:34 UTC (rev 317282)
@@ -6,7 +6,7 @@
 pkgbase=gdal
 pkgname=(gdal python-gdal python2-gdal)
 pkgver=2.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="http://www.gdal.org/"
@@ -13,7 +13,7 @@
 license=('custom')
 depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 'libspatialite' 'libtiff' 'netcdf'
          'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'libmariadbclient' 'postgresql-libs' 'xerces-c' 'json-c')
-makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python' 'python2')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-numpy' 'python2-numpy')
 optdepends=('postgresql: postgresql database support'
             'mariadb: mariadb database support'
             'perl:  perl binding support')



More information about the arch-commits mailing list