community/gdal: disable on armhf, fix tabbing

This commit is contained in:
Leo 2020-07-08 14:02:20 -03:00
parent 0a5aa75835
commit aff406796f

View File

@ -5,14 +5,14 @@ pkgver=3.1.1
pkgrel=1
pkgdesc="A translator library for raster and vector geospatial data formats"
url="https://gdal.org/"
arch="all !s390x !mips !mips64"
arch="all !s390x !mips !mips64 !armhf"
license="MIT"
depends_dev="gdal"
# Optional dependency netcdf-dev is not available on armv7 and s390x
case "$CARCH" in
armv7|s390x) ;;
*) netcdfdeps="netcdf-dev" ;;
armv7|s390x) ;;
*) netcdfdeps="netcdf-dev" ;;
esac
makedepends="