gis/qgis: Updated for version 2.16.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2016-08-01 11:52:15 -07:00 committed by David Spencer
parent acfcf015f9
commit 9ec701d8c2
2 changed files with 4 additions and 6 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qgis
VERSION=${VERSION:-2.16.0}
VERSION=${VERSION:-2.16.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -99,8 +99,6 @@ cmake . \
$WITHSERVER \
$WITHGRASS
# QGIS 2.16.0 build order requires a parallel build
make -j2
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,8 +1,8 @@
PRGNAM="qgis"
VERSION="2.16.0"
VERSION="2.16.1"
HOMEPAGE="http://qgis.org/"
DOWNLOAD="http://qgis.org/downloads/qgis-2.16.0.tar.bz2"
MD5SUM="33547fe3a0a0a87de209702a9bb60fcc"
DOWNLOAD="http://qgis.org/downloads/qgis-2.16.1.tar.bz2"
MD5SUM="78d17e670e22825374e3f829fc120f45"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal libspatialindex pyspatialite numpy psycopg2 qwtpolar"