summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-01-16 11:08:32 -0300
committerGonzalo Exequiel Pedone2024-01-16 11:08:32 -0300
commite94fb4594c484bc47770cdf328cab41bf36a9f58 (patch)
tree1ff2f728bd75bf674be1003522137ace36c71cc7 /PKGBUILD
parent081b080b9b729f84bf5e16a5954c0c1a736c0b8c (diff)
downloadaur-e94fb4594c484bc47770cdf328cab41bf36a9f58.tar.gz
Package updated to 4.6.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59187ce405f5..c899308931da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_android_arch=armv7a-eabi
pkgname=android-${_android_arch}-libtiff
-pkgver=4.5.1
+pkgver=4.6.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")
-md5sums=('d08c5f9eee6350fffc239e5993d92779')
+md5sums=('fc7d49a9348b890b29f91a4ecadd5b49')
build() {
cd "${srcdir}/tiff-${pkgver}"