summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-11-15 13:50:38 -0300
committerGonzalo Exequiel Pedone2019-11-15 13:50:38 -0300
commitd0d740560e6811f704b88e7d48538e2b6d922b82 (patch)
treef8b0c69ecb53e1fba1161656f60a794df7bed296
parent00c723485b6cef2e86547a14ac76731516bd54ae (diff)
downloadaur-d0d740560e6811f704b88e7d48538e2b6d922b82.tar.gz
Updated to 4.1.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 188b36b264da..fe24168ee562 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-x86-64-libtiff
pkgdesc = Library for manipulation of TIFF images (android)
- pkgver = 4.0.10
- pkgrel = 3
+ pkgver = 4.1.0
+ pkgrel = 1
url = http://www.simplesystems.org/libtiff/
arch = any
license = custom
@@ -13,8 +13,8 @@ pkgbase = android-x86-64-libtiff
options = !buildflags
options = staticlibs
options = !emptydirs
- source = http://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz
- sha256sums = 2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4
+ source = http://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz
+ sha256sums = 5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634
pkgname = android-x86-64-libtiff
diff --git a/PKGBUILD b/PKGBUILD
index 18bf9fb12579..1616fabee0bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_android_arch=x86-64
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}"