[arch-commits] Commit in libtiff/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Nov 22 17:15:48 UTC 2016


    Date: Tuesday, November 22, 2016 @ 17:15:47
  Author: arojas
Revision: 281924

Update to 4.0.7

Modified:
  libtiff/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-22 16:20:32 UTC (rev 281923)
+++ PKGBUILD	2016-11-22 17:15:47 UTC (rev 281924)
@@ -2,17 +2,17 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=libtiff
-pkgver=4.0.6
-pkgrel=2
+pkgver=4.0.7
+pkgrel=1
 pkgdesc="Library for manipulation of TIFF images"
 arch=('i686' 'x86_64')
-url="http://www.remotesensing.org/libtiff/"
+url="http://www.simplesystems.org/libtiff/"
 license=('custom')
 depends=('gcc-libs' 'libjpeg' 'zlib' 'xz')
 makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
 optdepends=('freeglut: for using tiffgt')
-source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz)
-sha1sums=('280e27704eaca5f592b82e71ac0c78b87395e2de')
+source=(http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz)
+sha1sums=('2c1b64478e88f93522a42dd5271214a0e5eae648')
 
 build() {
   cd tiff-${pkgver}



More information about the arch-commits mailing list