summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-07-30 15:12:20 -0300
committerGonzalo Exequiel Pedone2022-07-30 15:12:20 -0300
commiteb5769f1dd25eef9dd726ff2a20e81cffc6a29bc (patch)
tree758fd286b3430f7f0d6c0ad2438a381894e0e640
parent9e0004facf074411a9d12108a493a365b51d42ff (diff)
downloadaur-eb5769f1dd25eef9dd726ff2a20e81cffc6a29bc.tar.gz
Package updated to 4.4.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c9965a88f12..6fa42e6c3b28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-64-libtiff
pkgdesc = Library for manipulation of TIFF images (android)
- pkgver = 4.3.0
+ pkgver = 4.4.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.3.0.tar.gz
- md5sums = 0a2e4744d1426a8fc8211c0cdbc3a1b3
+ source = http://download.osgeo.org/libtiff/tiff-4.4.0.tar.gz
+ md5sums = 376f17f189e9d02280dfe709b2b2bbea
pkgname = android-x86-64-libtiff
diff --git a/PKGBUILD b/PKGBUILD
index dc173eadeddc..b5aec175911d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-libtiff
-pkgver=4.3.0
+pkgver=4.4.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=('0a2e4744d1426a8fc8211c0cdbc3a1b3')
+md5sums=('376f17f189e9d02280dfe709b2b2bbea')
build() {
cd "${srcdir}/tiff-${pkgver}"