[arch-commits] Commit in perl-image-exiftool/repos/extra-any (PKGBUILD PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sun Apr 25 10:10:03 UTC 2021


    Date: Sunday, April 25, 2021 @ 10:10:03
  Author: bluewind
Revision: 413844

archrelease: copy trunk to extra-any

Added:
  perl-image-exiftool/repos/extra-any/PKGBUILD
    (from rev 413843, perl-image-exiftool/trunk/PKGBUILD)
Deleted:
  perl-image-exiftool/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 10:10:01 UTC (rev 413843)
+++ PKGBUILD	2021-04-25 10:10:03 UTC (rev 413844)
@@ -1,39 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-# Contributor: Firmicus <francois.archlinux.org>
-
-pkgname=perl-image-exiftool
-_srcname=Image-ExifTool
-pkgver=12.16
-pkgrel=1
-pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
-arch=('any')
-url="https://search.cpan.org/perldoc?exiftool"
-license=('GPL')
-depends=('perl')
-optdepends=('perl-archive-zip: Support for ZIP-files, including EPUB')
-provides=("perl-exiftool=$pkgver")
-replaces=("perl-exiftool")
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/${_srcname}-$pkgver.tar.gz)
-md5sums=('6b56597fdf820d6aabab804401e8694b')
-
-build() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_srcname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -dm755 "$pkgdir/usr/share/$pkgname"
-  cp -r fmt_files config_files arg_files "$pkgdir/usr/share/$pkgname"
-}

Copied: perl-image-exiftool/repos/extra-any/PKGBUILD (from rev 413843, perl-image-exiftool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-25 10:10:03 UTC (rev 413844)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=perl-image-exiftool
+_srcname=Image-ExifTool
+pkgver=12.25
+pkgrel=1
+pkgdesc="Reader and rewriter of EXIF informations that supports raw files"
+arch=('any')
+url="https://search.cpan.org/perldoc?exiftool"
+license=('GPL')
+depends=('perl')
+optdepends=('perl-archive-zip: Support for ZIP-files, including EPUB')
+provides=("perl-exiftool=$pkgver")
+replaces=("perl-exiftool")
+options=('!emptydirs')
+source=(https://exiftool.org/${_srcname}-$pkgver.tar.gz)
+md5sums=('e2cc08043a7de3ab8642ecda0f948ac0')
+
+build() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_srcname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -dm755 "$pkgdir/usr/share/$pkgname"
+  cp -r fmt_files config_files arg_files "$pkgdir/usr/share/$pkgname"
+}



More information about the arch-commits mailing list