diff options
author | root <root@rshg054.dnsready.net> | 2012-06-26 00:01:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-26 00:01:48 +0000 |
commit | 9a6b691757346035549dbd12d1323301d04a6675 (patch) | |
tree | 5e06d2322b58a73254a0ca2c05d2083cb0209db2 /extra/libtiff | |
parent | 3b99c42eb8ca744e86e4e17197b1bf10642c6785 (diff) |
Tue Jun 26 00:01:48 UTC 2012
Diffstat (limited to 'extra/libtiff')
-rw-r--r-- | extra/libtiff/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libtiff/PKGBUILD b/extra/libtiff/PKGBUILD index b22c91572..2606aa16c 100644 --- a/extra/libtiff/PKGBUILD +++ b/extra/libtiff/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 153433 2012-03-13 21:01:28Z eric $ +# $Id: PKGBUILD 162307 2012-06-24 20:44:52Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=libtiff -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=1 pkgdesc="Library for manipulation of TIFF images" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('freeglut') optdepends=('freeglut: for using tiffgt') options=('!libtool') source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz) -sha1sums=('8baf382231c9051a1b3eb294581289aa21447171') +sha1sums=('d84b7b33a6cfb3d15ca386c8c16b05047f8b5352') build() { cd "${srcdir}/tiff-${pkgver}" |