diff options
-rw-r--r-- | community/gdal/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/gdal/APKBUILD b/community/gdal/APKBUILD index 3d0bdce128..eb4b2589b5 100644 --- a/community/gdal/APKBUILD +++ b/community/gdal/APKBUILD @@ -4,8 +4,7 @@ pkgname=gdal pkgver=3.0.2 pkgrel=0 pkgdesc="A translator library for raster and vector geospatial data formats" -url="https://gdal.org/" -arch="all !s390x !x86" # geos is not available on s390x; proj is not available on x86 +arch="all !s390x !x86 !armhf !armv7" license="MIT" depends_dev="gdal" makedepends=" |