summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-11-15 13:50:15 -0300
committerGonzalo Exequiel Pedone2019-11-15 13:50:15 -0300
commitadceed1021ee0fd10f5cb63fd3d8c2d8de85f7aa (patch)
tree3c63ae9bdd9ece1096fbdb2a804ee9b3cf3d081f /PKGBUILD
parent248db2ba232e7a84322fc36f2b4d4ee7f1e37174 (diff)
downloadaur-adceed1021ee0fd10f5cb63fd3d8c2d8de85f7aa.tar.gz
Updated to 4.1.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 988798d4a6c2..3501de2af6ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_android_arch=armv7a-eabi
pkgname=android-${_android_arch}-libtiff
-pkgver=4.0.10
-pkgrel=3
+pkgver=4.1.0
+pkgrel=1
pkgdesc="Library for manipulation of TIFF images (android)"
arch=('any')
url="http://www.simplesystems.org/libtiff/"
@@ -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=('2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4')
+sha256sums=('5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634')
build() {
cd "${srcdir}/tiff-${pkgver}"