[arch-commits] Commit in libgeotiff/trunk (PKGBUILD libgeotiff.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Jun 16 14:11:27 UTC 2019


    Date: Sunday, June 16, 2019 @ 14:11:27
  Author: jlichtblau
Revision: 481856

upgpkg: libgeotiff 1.5.1-1 - new upstream release

Modified:
  libgeotiff/trunk/PKGBUILD
  libgeotiff/trunk/libgeotiff.changelog

----------------------+
 PKGBUILD             |    7 +++----
 libgeotiff.changelog |    3 +++
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-16 13:51:58 UTC (rev 481855)
+++ PKGBUILD	2019-06-16 14:11:27 UTC (rev 481856)
@@ -4,7 +4,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=libgeotiff
-pkgver=1.4.3
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="A TIFF based interchange format for georeferenced raster imagery"
 arch=('x86_64')
@@ -11,10 +11,9 @@
 url="https://trac.osgeo.org/geotiff/"
 license=('custom')
 depends=('libtiff' 'proj' 'libjpeg-turbo')
-# options=('!makeflags')
 changelog=$pkgname.changelog
-source=(http://download.osgeo.org/geotiff/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b8510d9b968b5ee899282cdd5bef13fd02d5a4c19f664553f81e31127bc47265')
+source=(https://github.com/OSGeo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f9e99733c170d11052f562bcd2c7cb4de53ed405f7acdde4f16195cd3ead612c')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: libgeotiff.changelog
===================================================================
--- libgeotiff.changelog	2019-06-16 13:51:58 UTC (rev 481855)
+++ libgeotiff.changelog	2019-06-16 14:11:27 UTC (rev 481856)
@@ -1,3 +1,6 @@
+2019-06-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libgeotiff 1.5.1-1
+
 2018-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* libgeotiff 1.4.3-1
 



More information about the arch-commits mailing list