Date: Monday, February 8, 2016 @ 07:59:45 Author: jlichtblau Revision: 160860
upgpkg: gdal 2.0.2-1 - new upstream release Modified: gdal/trunk/PKGBUILD gdal/trunk/gdal.changelog ----------------+ PKGBUILD | 6 +++--- gdal.changelog | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-08 04:57:21 UTC (rev 160859) +++ PKGBUILD 2016-02-08 06:59:45 UTC (rev 160860) @@ -4,8 +4,8 @@ # Contributor: William Rea <[email protected]> pkgname=gdal -pkgver=2.0.1 -pkgrel=7 +pkgver=2.0.2 +pkgrel=1 pkgdesc="A translator library for raster geospatial data formats" arch=('i686' 'x86_64') url="http://www.gdal.org/" @@ -20,7 +20,7 @@ changelog=$pkgname.changelog source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz gdal-python-install.patch) -sha256sums=('b55f794768e104a2fd0304eaa61bb8bda3dc7c4e14f2c9d0913baca3e55b83ab' +sha256sums=('db7722caf8d9dd798ec18012b9cacf40a518918466126a88b9fd277bd7d40cc4' '823199fdedf5953d9b6bffb0e58a810490e958054f5a9da9d5cd1818f89cd51a') prepare() { Modified: gdal.changelog =================================================================== --- gdal.changelog 2016-02-08 04:57:21 UTC (rev 160859) +++ gdal.changelog 2016-02-08 06:59:45 UTC (rev 160860) @@ -1,3 +1,6 @@ +2016-02-08 Jaroslav Lichtblau <[email protected]> + * gdal 2.0.2-1 + 2016-01-23 Jaroslav Lichtblau <[email protected]> * gdal 2.0.0-7 * postgresql-libs 9.5 rebuild
