Date: Wednesday, September 14, 2016 @ 20:22:10 Author: jlichtblau Revision: 189323
upgpkg: libgeotiff 1.4.2-1 - new upstream release and proj 4.9.3 soname bump Modified: libgeotiff/trunk/PKGBUILD libgeotiff/trunk/libgeotiff.changelog ----------------------+ PKGBUILD | 10 +++++----- libgeotiff.changelog | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-14 20:02:32 UTC (rev 189322) +++ PKGBUILD 2016-09-14 20:22:10 UTC (rev 189323) @@ -5,17 +5,17 @@ # Contributor: William Rea <[email protected]> pkgname=libgeotiff -pkgver=1.4.1 -pkgrel=2 +pkgver=1.4.2 +pkgrel=1 pkgdesc="A TIFF based interchange format for georeferenced raster imagery" arch=('i686' 'x86_64') -url="http://www.remotesensing.org/geotiff" +url="https://trac.osgeo.org/geotiff/" license=('custom') depends=('libtiff' 'proj' 'libjpeg>=7') -options=('!makeflags') +# options=('!makeflags') changelog=$pkgname.changelog source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('acfc76ee19b3d41bb9c7e8b780ca55d413893a96c09f3b27bdb9b2573b41fd23') +sha256sums=('ad87048adb91167b07f34974a8e53e4ec356494c29f1748de95252e8f81a5e6e') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: libgeotiff.changelog =================================================================== --- libgeotiff.changelog 2016-09-14 20:02:32 UTC (rev 189322) +++ libgeotiff.changelog 2016-09-14 20:22:10 UTC (rev 189323) @@ -1,3 +1,7 @@ +2016-09-14 Jaroslav Lichtblau <[email protected]> + * libgeotiff 1.4.2-1 + * proj 4.9.3 soname rebuild + 2015-03-12 Jaroslav Lichtblau <[email protected]> * libgeotiff 1.4.1-2 proj rebuild
