T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / perl-image-exiftool
Commits: a9d7fd64 by T.J. Townsend at 2024-11-12T14:48:37-05:00 upgpkg: 13.03-1: update to 13.03 - - - - - 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.02 + pkgver = 13.03 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.02 + provides = perl-exiftool=13.03 replaces = perl-exiftool options = !emptydirs - source = git+https://github.com/exiftool/exiftool.git#tag=13.02 - sha256sums = 6b05bd86642690cc5ad9e9c2735a185952765423d322b86741a50743e269dee8 + source = git+https://github.com/exiftool/exiftool.git#tag=13.03 + sha256sums = f1dbd2e65fae63e69d4f7b36ea21c8f8957849bddb6414cd28ea75a04ced4f71 pkgname = perl-image-exiftool ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Firmicus <francois.archlinux.org> pkgname=perl-image-exiftool -pkgver=13.02 +pkgver=13.03 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=('6b05bd86642690cc5ad9e9c2735a185952765423d322b86741a50743e269dee8') +sha256sums=('f1dbd2e65fae63e69d4f7b36ea21c8f8957849bddb6414cd28ea75a04ced4f71') build() { cd exiftool View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-image-exiftool/-/commit/a9d7fd6400651050ddb5d7073b336574abd173c2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-image-exiftool/-/commit/a9d7fd6400651050ddb5d7073b336574abd173c2 You're receiving this email because of your account on gitlab.archlinux.org.