summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2021-03-09 18:33:57 -0300
committerGonzalo Exequiel Pedone2021-03-09 18:33:57 -0300
commit404b2e0c1291eddb5a12b76dcbb13d6c3972feda (patch)
tree3303dc097081be205463e91435f414cd5b4c6e5e
parentd0d740560e6811f704b88e7d48538e2b6d922b82 (diff)
downloadaur-404b2e0c1291eddb5a12b76dcbb13d6c3972feda.tar.gz
Updated to 4.2.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe24168ee562..a1efc6939d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-64-libtiff
pkgdesc = Library for manipulation of TIFF images (android)
- pkgver = 4.1.0
+ pkgver = 4.2.0
pkgrel = 1
url = http://www.simplesystems.org/libtiff/
arch = any
@@ -13,8 +13,8 @@ pkgbase = android-x86-64-libtiff
options = !buildflags
options = staticlibs
options = !emptydirs
- source = http://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz
- sha256sums = 5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634
+ source = http://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz
+ md5sums = 2bbf6db1ddc4a59c89d6986b368fc063
pkgname = android-x86-64-libtiff
diff --git a/PKGBUILD b/PKGBUILD
index 1616fabee0bf..5e9d6ff7ca69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-libtiff
-pkgver=4.1.0
+pkgver=4.2.0
pkgrel=1
pkgdesc="Library for manipulation of TIFF images (android)"
arch=('any')
@@ -18,7 +18,7 @@ depends=("android-${_android_arch}-libjpeg-turbo"
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-configure')
source=("http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz")
-sha256sums=('5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634')
+md5sums=('2bbf6db1ddc4a59c89d6986b368fc063')
build() {
cd "${srcdir}/tiff-${pkgver}"