diff options
Diffstat (limited to 'audio/eyeD3/eyeD3.SlackBuild')
-rw-r--r-- | audio/eyeD3/eyeD3.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/eyeD3/eyeD3.SlackBuild b/audio/eyeD3/eyeD3.SlackBuild index d4417a4f2d..0d6004bce1 100644 --- a/audio/eyeD3/eyeD3.SlackBuild +++ b/audio/eyeD3/eyeD3.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2007 Andrew Lindberg <alindberg@gmail.com> # Copyright 2015 Andrew Strong, Blue Mountains Australia. +# Copyright 2016 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +29,7 @@ # Modified by new maintainer: Andrew Strong PRGNAM=eyeD3 -VERSION=${VERSION:-0.7.5} +VERSION=${VERSION:-0.7.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,7 +52,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tgz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |