exiftool: update to 9.84
This commit is contained in:
parent
7691f92e63
commit
9ac2a6853c
|
@ -1,16 +1,16 @@
|
|||
# Template build file for 'exiftool'
|
||||
# Template file for 'exiftool'
|
||||
pkgname=exiftool
|
||||
version=9.82
|
||||
version=9.84
|
||||
revision=1
|
||||
noarch="yes"
|
||||
noarch=yes
|
||||
wrksrc="Image-ExifTool-${version}"
|
||||
build_style="perl-module"
|
||||
hostmakedepends="perl"
|
||||
hostmakedepends="perl>=5.20"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="perl"
|
||||
depends="${makedepends}"
|
||||
short_desc="Reader and rewriter of EXIF informations that supports raw files"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.sno.phy.queensu.ca/~phil/exiftool/"
|
||||
license="GPL"
|
||||
license="Artistic, GPL-1"
|
||||
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
|
||||
checksum=b200673dc2e13898cbcbfd95e6285876d39a8d3beb85ccc1abfca009396e5f4b
|
||||
checksum=f05637512d0940e28e15377ab6d52106939279ef4f3fe5505ffd7e65e409d8c8
|
||||
|
|
Loading…
Reference in New Issue