T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
perl-image-exiftool
Commits:
bb462d8d by T.J. Townsend at 2025-01-29T19:01:03-05:00
upgpkg: 13.17-1: update to 13.17
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = perl-image-exiftool
pkgdesc = Reader and rewriter of EXIF information that supports raw
files
- pkgver = 13.16
+ 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.16
+ provides = perl-exiftool=13.17
replaces = perl-exiftool
options = !emptydirs
- source = git+https://github.com/exiftool/exiftool.git#tag=13.16
- sha256sums =
47e30b5291943b1360e905ac402fdb9e160832e7cbf2458a8a89ed8619c3f2bd
+ source = git+https://github.com/exiftool/exiftool.git#tag=13.17
+ sha256sums =
1addb9961653792c969d917fbdcb2b1a47e2d62f6385214618af14e33b31f2ae
pkgname = perl-image-exiftool
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Firmicus <francois.archlinux.org>
pkgname=perl-image-exiftool
-pkgver=13.16
+pkgver=13.17
pkgrel=1
pkgdesc="Reader and rewriter of EXIF information that supports raw files"
arch=('any')
@@ -19,7 +19,7 @@ provides=("perl-exiftool=${pkgver}")
replaces=("perl-exiftool")
options=('!emptydirs')
source=("git+https://github.com/exiftool/exiftool.git#tag=${pkgver}")
-sha256sums=('47e30b5291943b1360e905ac402fdb9e160832e7cbf2458a8a89ed8619c3f2bd')
+sha256sums=('1addb9961653792c969d917fbdcb2b1a47e2d62f6385214618af14e33b31f2ae')
build() {
cd exiftool
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-image-exiftool/-/commit/bb462d8de5143415680a64c67bbc8c91b10de029
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-image-exiftool/-/commit/bb462d8de5143415680a64c67bbc8c91b10de029
You're receiving this email because of your account on gitlab.archlinux.org.