summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2021-03-09 18:33:30 -0300
committerGonzalo Exequiel Pedone2021-03-09 18:33:30 -0300
commite3aedaff2818e85077e7612462f986fd8920ace9 (patch)
tree8a073ee58c7dd2e87460c18f2bba9d8f2b1f382b /PKGBUILD
parentadceed1021ee0fd10f5cb63fd3d8c2d8de85f7aa (diff)
downloadaur-e3aedaff2818e85077e7612462f986fd8920ace9.tar.gz
Updated to 4.2.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3501de2af6ea..942a2a659008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_android_arch=armv7a-eabi
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}"