diff options
author | Holger Jaekel <holger.jaekel@gmx.de> | 2020-01-03 19:46:01 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-04 02:18:37 +0100 |
commit | 5a16d8a5d49f0b0d4871300bb5032a286e2d3740 (patch) | |
tree | b0652d2cfe41253623802ba3cbabd2a2f08463a3 /community/gdal | |
parent | 07a793af079cf3f9bf6a42bc35b1804a7e4ef2fb (diff) | |
download | aports-5a16d8a5d49f0b0d4871300bb5032a286e2d3740.tar.bz2 aports-5a16d8a5d49f0b0d4871300bb5032a286e2d3740.tar.xz |
community/gdal: rebuild against proj 6.3.0
Diffstat (limited to 'community/gdal')
-rw-r--r-- | community/gdal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gdal/APKBUILD b/community/gdal/APKBUILD index 2f7a3af454..9597afa271 100644 --- a/community/gdal/APKBUILD +++ b/community/gdal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Trevor R.H. Clarke <trevor@notcows.com> pkgname=gdal pkgver=3.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="A translator library for raster and vector geospatial data formats" url="https://gdal.org/" arch="all !s390x !x86 !armhf !armv7" |