* update perl-image-exiftool to 12.96-1

This commit is contained in:
Alexander Baldeck 2024-09-21 21:06:52 +02:00
parent 06f04a59c2
commit f229d6c832
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 = 12.89
pkgver = 12.96
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=12.89
provides = perl-exiftool=12.96
replaces = perl-exiftool
options = !emptydirs
source = git+https://github.com/exiftool/exiftool.git#tag=12.89
sha256sums = 6997fbcf9abd1a9583d9095725a8ad83062e67413f9339ab774e45cf6df8cc2f
source = git+https://github.com/exiftool/exiftool.git#tag=12.96
sha256sums = 5816e190e140203a324634bbb86d7fddb6b591a2300e93de7932ea0dc5520016
pkgname = perl-image-exiftool

View File

@ -6,7 +6,7 @@
# Contributor: Firmicus <francois.archlinux.org>
pkgname=perl-image-exiftool
pkgver=12.89
pkgver=12.96
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=('6997fbcf9abd1a9583d9095725a8ad83062e67413f9339ab774e45cf6df8cc2f')
sha256sums=('5816e190e140203a324634bbb86d7fddb6b591a2300e93de7932ea0dc5520016')
build() {
cd exiftool