diff --git a/community/gdal/APKBUILD b/community/gdal/APKBUILD index 56382018463..351f6af1692 100644 --- a/community/gdal/APKBUILD +++ b/community/gdal/APKBUILD @@ -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="