From 08bd0ade4855fbf26e6dee568b61a7eca14f477e Mon Sep 17 00:00:00 2001 From: "Dr. Thomas Orgis" Date: Wed, 14 Oct 2020 10:16:58 +0200 Subject: [PATCH] R-rgdal: update to 1.5-16 --- R-rgdal/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/R-rgdal/Makefile b/R-rgdal/Makefile index 932d47b269..9d746dd2f2 100644 --- a/R-rgdal/Makefile +++ b/R-rgdal/Makefile @@ -8,9 +8,10 @@ MAINTAINER= mchittur@cs.nmsu.edu COMMENT= Provides bindings to GDAL and R R_PKGNAME= rgdal -R_PKGVER= 0.2-7 +R_PKGVER= 1.5-16 -DEPENDS+= gdal-lib>=1.1.9:../../geography/gdal-lib +DEPENDS+= gdal-lib>=3:../../geography/gdal-lib +DEPENDS+= proj>=6:../../geography/proj DEPENDS+= R-abind>=1.1.0:../../math/R-abind DEPENDS+= R-pixmap>=0.4.1:../../math/R-pixmap