summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-11-25 18:37:32 -0800
committerSchala2016-11-25 18:37:32 -0800
commit76060655703da6376225e383dbb7be35d83261bd (patch)
tree95bf723e97ebf6628786fa401f804a8b28390735
parent28b91b83e9d3553c924b896edee01af1fd3680a9 (diff)
downloadaur-76060655703da6376225e383dbb7be35d83261bd.tar.gz
4.0.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c43e2c738ea9..fa917049b166 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 06:50:28 UTC 2016
+# Sat Nov 26 02:37:20 UTC 2016
pkgbase = mingw-w64-libtiff
pkgdesc = Library for manipulation of TIFF images (mingw-w64)
- pkgver = 4.0.6
- pkgrel = 2
+ pkgver = 4.0.7
+ pkgrel = 1
url = http://www.remotesensing.org/libtiff
arch = any
license = custom
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-libtiff
options = staticlibs
options = !buildflags
options = !strip
- source = http://download.osgeo.org/libtiff/tiff-4.0.6.tar.gz
- sha1sums = 280e27704eaca5f592b82e71ac0c78b87395e2de
+ source = http://download.osgeo.org/libtiff/tiff-4.0.7.tar.gz
+ sha1sums = 2c1b64478e88f93522a42dd5271214a0e5eae648
pkgname = mingw-w64-libtiff
diff --git a/PKGBUILD b/PKGBUILD
index b394e1f9262d..eba532194c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: bubla <matej.tyc@gmail.com>
pkgname=mingw-w64-libtiff
-pkgver=4.0.6
-pkgrel=2
+pkgver=4.0.7
+pkgrel=1
pkgdesc="Library for manipulation of TIFF images (mingw-w64)"
arch=(any)
url="http://www.remotesensing.org/libtiff"
@@ -10,7 +10,7 @@ depends=(mingw-w64-libjpeg-turbo mingw-w64-zlib mingw-w64-xz libtiff)
makedepends=(mingw-w64-configure)
options=(staticlibs !buildflags !strip)
source=("http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz")
-sha1sums=('280e27704eaca5f592b82e71ac0c78b87395e2de')
+sha1sums=('2c1b64478e88f93522a42dd5271214a0e5eae648')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"