summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-01-16 11:09:23 -0300
committerGonzalo Exequiel Pedone2024-01-16 11:09:23 -0300
commit256ebe388e4320f276066ed9d67b3f3a17511dbe (patch)
tree84604593789ddddcc42a725134c2fce21d937992
parent383c67e6f03d68090d36898da3208e72c3bf0def (diff)
downloadaur-256ebe388e4320f276066ed9d67b3f3a17511dbe.tar.gz
Package updated to 4.6.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f7f87244bd..0c179009e1ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-64-libtiff
pkgdesc = Library for manipulation of TIFF images (android)
- pkgver = 4.5.1
+ pkgver = 4.6.0
pkgrel = 1
url = http://www.simplesystems.org/libtiff/
arch = any
@@ -13,7 +13,7 @@ pkgbase = android-x86-64-libtiff
options = !buildflags
options = staticlibs
options = !emptydirs
- source = http://download.osgeo.org/libtiff/tiff-4.5.1.tar.gz
- md5sums = d08c5f9eee6350fffc239e5993d92779
+ source = http://download.osgeo.org/libtiff/tiff-4.6.0.tar.gz
+ md5sums = fc7d49a9348b890b29f91a4ecadd5b49
pkgname = android-x86-64-libtiff
diff --git a/PKGBUILD b/PKGBUILD
index eae6c7e96a33..a354ac91ff34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_android_arch=x86-64
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}"