[arch-commits] Commit in lib32-libtiff/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed May 12 22:51:55 UTC 2021


    Date: Wednesday, May 12, 2021 @ 22:51:55
  Author: anthraxx
Revision: 932844

upgpkg: lib32-libtiff 4.3.0-1

Modified:
  lib32-libtiff/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-12 22:50:38 UTC (rev 932843)
+++ PKGBUILD	2021-05-12 22:51:55 UTC (rev 932844)
@@ -4,7 +4,7 @@
 
 _pkgname=libtiff
 pkgname=lib32-${_pkgname}
-pkgver=4.2.0
+pkgver=4.3.0
 pkgrel=1
 pkgdesc='Library for manipulation of TIFF images (32-bit)'
 url='http://www.simplesystems.org/libtiff/'
@@ -12,11 +12,14 @@
 license=('custom')
 depends=('libtiff' 'lib32-glibc' 'lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 'lib32-zstd')
 source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
-sha512sums=('d7d42e6e6dbda9604c638f28e6cfa4705191a4e8ea276d18031d50dbab0931ac91141e57a2cf294124487f1a2e6dfcb9be62431c1b69de5acf4d0e632f3322e5'
+sha512sums=('e04a4a6c542e58a174c1e9516af3908acf1d3d3e1096648c5514f4963f73e7af27387a76b0fbabe43cf867a18874088f963796a7cd6e45deb998692e3e235493'
             'SKIP')
-b2sums=('62178da595e7ff4041f33643a87698580cd3a32d4536b5c60c414c9497616258686cf61514e1d4e0f062cb1333190c39ce86896bf07c01532c07454745d89cd9'
+b2sums=('433a087249541f6142dd25b6dc807018639908175b0d73b4af3aa301af2dee3d76184e4689e7b2f1f9b73567ac78d50456ee94fffe00bad6da05375cf2d94d92'
         'SKIP')
-validpgpkeys=('EBDFDB21B020EE8FD151A88DE301047DE1198975') # Bob Friesenhahn <bfriesen at simple.dallas.tx.us>
+validpgpkeys=(
+  'EBDFDB21B020EE8FD151A88DE301047DE1198975' # Bob Friesenhahn <bfriesen at simple.dallas.tx.us>
+  'B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D' # Even Rouault <even.rouault at spatialys.com>
+)
 
 build() {
   export CC="gcc -m32"



More information about the arch-commits mailing list