summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2021-07-06 16:56:43 -0300
committerGonzalo Exequiel Pedone2021-07-06 16:56:43 -0300
commit9e0004facf074411a9d12108a493a365b51d42ff (patch)
treecd709e54fe2fc283e4d6b5c455ae4dfe6efc5a5a
parent404b2e0c1291eddb5a12b76dcbb13d6c3972feda (diff)
downloadaur-9e0004facf074411a9d12108a493a365b51d42ff.tar.gz
Updated to 4.3.0.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1efc6939d51..1c9965a88f12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-64-libtiff
pkgdesc = Library for manipulation of TIFF images (android)
- pkgver = 4.2.0
+ pkgver = 4.3.0
pkgrel = 1
url = http://www.simplesystems.org/libtiff/
arch = any
@@ -13,8 +13,7 @@ pkgbase = android-x86-64-libtiff
options = !buildflags
options = staticlibs
options = !emptydirs
- source = http://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz
- md5sums = 2bbf6db1ddc4a59c89d6986b368fc063
+ source = http://download.osgeo.org/libtiff/tiff-4.3.0.tar.gz
+ md5sums = 0a2e4744d1426a8fc8211c0cdbc3a1b3
pkgname = android-x86-64-libtiff
-
diff --git a/PKGBUILD b/PKGBUILD
index 5e9d6ff7ca69..dc173eadeddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-libtiff
-pkgver=4.2.0
+pkgver=4.3.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=('2bbf6db1ddc4a59c89d6986b368fc063')
+md5sums=('0a2e4744d1426a8fc8211c0cdbc3a1b3')
build() {
cd "${srcdir}/tiff-${pkgver}"