diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 14:26:05 +0100 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 15:08:08 +0100 |
| commit | 87aab91fd546a3befdfbf551a4dafe6b68ace978 (patch) | |
| tree | 8a632c2d433b4195b4785e3e81c5e540bb10da9a | |
| parent | b4e8d905771b715a6e196c71bb87d228350749c9 (diff) | |
| download | aports-87aab91fd546a3befdfbf551a4dafe6b68ace978.tar.bz2 aports-87aab91fd546a3befdfbf551a4dafe6b68ace978.tar.xz | |
community/perl-image-exiftool: upgrade to 11.76
| -rw-r--r-- | community/perl-image-exiftool/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/perl-image-exiftool/APKBUILD b/community/perl-image-exiftool/APKBUILD index a7570744f4..c6330f19c8 100644 --- a/community/perl-image-exiftool/APKBUILD +++ b/community/perl-image-exiftool/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-image-exiftool -pkgver=11.75 +pkgver=11.76 pkgrel=0 pkgdesc="Perl module for editing exif metadata in files" url="https://www.sno.phy.queensu.ca/~phil/exiftool" @@ -14,18 +14,15 @@ source="https://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-$pkgver.tar builddir="$srcdir"/Image-ExifTool-$pkgver build() { - cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" install # creates file collision among perl modules find "$pkgdir" -name perllocal.pod -delete @@ -39,4 +36,4 @@ exiftool() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="7a98ab46df6f816754f8b3fb4ae071f9bdde4767da59555d6a981a6deec48b1534c25b36dc42f6e9f8751d5238ec04757bc423c81d94c561bf6876a820c2c878 Image-ExifTool-11.75.tar.gz" +sha512sums="f99f5335fa84ba5038b608de8b817f09c6cd81c850e27cd4b4b7be37455318c96eaa1d1ab9fb42abd74ce4587a334f189d46fa63f3f207ab58dee39f8395c309 Image-ExifTool-11.76.tar.gz" |
