diff options
author | David Spencer <nobbutl@yahoo.co.uk> | 2010-05-13 00:29:21 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:29:21 +0200 |
commit | 71cdd477059f648a1b5ee1c7c6d5dc581d76ae37 (patch) | |
tree | e7ec5638afbeab131f986183e1204e75b4d2e32f /libraries/exiftool/exiftool.SlackBuild | |
parent | defee416e2611bf72aa2068a9e672769a5a76afb (diff) |
libraries/exiftool: Updated for version 8.00
Diffstat (limited to 'libraries/exiftool/exiftool.SlackBuild')
-rw-r--r-- | libraries/exiftool/exiftool.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/exiftool/exiftool.SlackBuild b/libraries/exiftool/exiftool.SlackBuild index c3d6ff44d652..0f7a67740275 100644 --- a/libraries/exiftool/exiftool.SlackBuild +++ b/libraries/exiftool/exiftool.SlackBuild @@ -5,7 +5,7 @@ # This script is dedicated to the public domain PRGNAM=exiftool -VERSION=7.67 +VERSION=8.00 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,4 +56,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |