exiftool: rebuild with perl>=5.18 due to site scripts move.

This commit is contained in:
Juan RP 2013-11-23 10:24:03 +01:00
parent 2010752bad
commit 94be134f7e
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template build file for 'exiftool'.
pkgname=exiftool
version=9.41
revision=1
revision=2
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
checksum="6f9d1e1503c8ffba90485a7aef0685771ff162461ef1d928c7f27977a1ca1132"
build_style=perl-module
makedepends="perl>=5.16"
makedepends="perl>=5.18"
hostmakedepends="${makedepends}"
wrksrc="Image-ExifTool-${version}"
maintainer="Steven R <strob AT styez DOT com>"
@ -17,6 +17,6 @@ exiftool_package() {
noarch="yes"
depends="${makedepends}"
pkg_install() {
vmove usr
vmove all
}
}