diff options
Diffstat (limited to 'haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild')
-rw-r--r-- | haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild b/haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild index 59ded0b26f04..8a5563aec57d 100644 --- a/haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild +++ b/haskell/haskell-ghc-paths/haskell-ghc-paths.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ghc-paths -# Copyright 2012 Mikko Värri, Finland +# Copyright 2013 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-ghc-paths -VERSION=${VERSION:-0.1.0.8} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.1.0.9} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" |