* update perl-image-exiftool to 13.17-1

This commit is contained in:
Alexander Baldeck 2025-02-17 14:41:59 +01:00
parent c2437e9dab
commit 905449be9a
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = perl-image-exiftool
pkgdesc = Reader and rewriter of EXIF information that supports raw files
pkgver = 13.10
pkgver = 13.17
pkgrel = 1
url = https://exiftool.org/
arch = any
@ -9,10 +9,10 @@ pkgbase = perl-image-exiftool
depends = perl
optdepends = perl-archive-zip: Support for zip files, including epub
optdepends = perl-io-compress-brotli: Support for brotli-compressed metadata
provides = perl-exiftool=13.10
provides = perl-exiftool=13.17
replaces = perl-exiftool
options = !emptydirs
source = git+https://github.com/exiftool/exiftool.git#tag=13.10
sha256sums = 1caa9524e3c5a7c41878bdbe9f66fdc8025d245106796eab3c40be2afd7e249f
source = git+https://github.com/exiftool/exiftool.git#tag=13.17
sha256sums = 1addb9961653792c969d917fbdcb2b1a47e2d62f6385214618af14e33b31f2ae
pkgname = perl-image-exiftool

View File

@ -6,7 +6,7 @@
# Contributor: Firmicus <francois.archlinux.org>
pkgname=perl-image-exiftool
pkgver=13.10
pkgver=13.17
pkgrel=1
pkgdesc="Reader and rewriter of EXIF information that supports raw files"
arch=(any)
@ -20,7 +20,7 @@ provides=("perl-exiftool=${pkgver}")
replaces=("perl-exiftool")
options=('!emptydirs')
source=("git+https://github.com/exiftool/exiftool.git#tag=${pkgver}")
sha256sums=('1caa9524e3c5a7c41878bdbe9f66fdc8025d245106796eab3c40be2afd7e249f')
sha256sums=('1addb9961653792c969d917fbdcb2b1a47e2d62f6385214618af14e33b31f2ae')
build() {
cd exiftool