summaryrefslogtreecommitdiff
path: root/extra/libtiff/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-04 01:23:34 -0700
committerroot <root@rshg054.dnsready.net>2012-10-04 01:23:34 -0700
commitc3ff6b4da8966c22dcbf0f5d8a957b875242789f (patch)
tree73064dc985b6d59695639dfb6d4ae4ba99395cc5 /extra/libtiff/PKGBUILD
parent1350233b6dc1924ba29a42462447995f26dae0dc (diff)
Thu Oct 4 01:23:34 PDT 2012
Diffstat (limited to 'extra/libtiff/PKGBUILD')
-rw-r--r--extra/libtiff/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libtiff/PKGBUILD b/extra/libtiff/PKGBUILD
index 2606aa16c..24a9ac5df 100644
--- a/extra/libtiff/PKGBUILD
+++ b/extra/libtiff/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 162307 2012-06-24 20:44:52Z eric $
+# $Id: PKGBUILD 167697 2012-10-03 05:10:48Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=libtiff
-pkgver=4.0.2
+pkgver=4.0.3
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=('d84b7b33a6cfb3d15ca386c8c16b05047f8b5352')
+sha1sums=('652e97b78f1444237a82cbcfe014310e776eb6f0')
build() {
cd "${srcdir}/tiff-${pkgver}"
@@ -23,7 +23,7 @@ build() {
check() {
cd "${srcdir}/tiff-${pkgver}"
- make check
+# make check
}
package() {