T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
perl-image-exiftool
Commits:
5f103eb9 by T.J. Townsend at 2024-07-14T15:24:09-04:00
upgpkg: 12.89-1: update to 12.89
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = perl-image-exiftool
pkgdesc = Reader and rewriter of EXIF information that supports raw
files
- pkgver = 12.76
- pkgrel = 2
+ pkgver = 12.89
+ pkgrel = 1
url = https://exiftool.org/
arch = any
license = GPL
@@ -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.76
+ provides = perl-exiftool=12.89
replaces = perl-exiftool
options = !emptydirs
- source = git+https://github.com/exiftool/exiftool.git#tag=12.76
- sha256sums =
f13c7210a28990a6aad1cfb3e683aaa601e796ccbee3c10d12e45fea52cf4b49
+ source = git+https://github.com/exiftool/exiftool.git#tag=12.89
+ sha256sums =
6997fbcf9abd1a9583d9095725a8ad83062e67413f9339ab774e45cf6df8cc2f
pkgname = perl-image-exiftool
=====================================
.nvchecker.toml
=====================================
@@ -1,14 +1,10 @@
-# Whether an upstream release is "production" or "development"
-# seems to be totally arbitrary, so we can't rely on just the
-# version string.
-
[perl-image-exiftool]
-#source = "git"
-#git = "https://github.com/exiftool/exiftool.git"
+source = "git"
+git = "https://github.com/exiftool/exiftool.git"
#source = "regex"
#url = "https://exiftool.org/history.html"
#regex = 'production release is <a href="Image-ExifTool-(\d+\.\d+)'
-source = "cpan"
-cpan = "Image-ExifTool"
+#source = "cpan"
+#cpan = "Image-ExifTool"
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
-# Maintainer: Florian Pritz <[email protected]>
# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Florian Pritz <[email protected]>
# Contributor: tobias <[email protected]>
# Contributor: Tobias Kieslich <[email protected]>
# Contributor: Firmicus <francois.archlinux.org>
pkgname=perl-image-exiftool
-pkgver=12.76
-pkgrel=2
+pkgver=12.89
+pkgrel=1
pkgdesc="Reader and rewriter of EXIF information that supports raw files"
arch=('any')
url="https://exiftool.org/"
@@ -19,7 +19,7 @@ provides=("perl-exiftool=${pkgver}")
replaces=("perl-exiftool")
options=('!emptydirs')
source=("git+https://github.com/exiftool/exiftool.git#tag=${pkgver}")
-sha256sums=('f13c7210a28990a6aad1cfb3e683aaa601e796ccbee3c10d12e45fea52cf4b49')
+sha256sums=('6997fbcf9abd1a9583d9095725a8ad83062e67413f9339ab774e45cf6df8cc2f')
build() {
cd exiftool
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-image-exiftool/-/commit/5f103eb988fc8bd98a804834a58a36b486f043a1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-image-exiftool/-/commit/5f103eb988fc8bd98a804834a58a36b486f043a1
You're receiving this email because of your account on gitlab.archlinux.org.