diff options
Diffstat (limited to 'games/scummvm/scummvm.SlackBuild')
-rw-r--r-- | games/scummvm/scummvm.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/scummvm/scummvm.SlackBuild b/games/scummvm/scummvm.SlackBuild index 05951ab43c..3063d32469 100644 --- a/games/scummvm/scummvm.SlackBuild +++ b/games/scummvm/scummvm.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for scummvm # Copyright 2006 Halim Issa <yallaone@gmail.com> -# Copyright 2008, 2010, 2012, 2013 Carlos Corbacho <carlos@strangeworlds.co.uk> +# Copyright 2008, 2010, 2012-2014 Carlos Corbacho <carlos@strangeworlds.co.uk> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=scummvm -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,7 +55,7 @@ else LIBDIRSUFFIX="" fi -DOCS="AUTHORS COPYING NEWS README TODO" +DOCS="AUTHORS COPYING* COPYRIGHT NEWS README TODO" rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |