diff options
Diffstat (limited to 'desktop/screenfetch/screenfetch.SlackBuild')
-rw-r--r-- | desktop/screenfetch/screenfetch.SlackBuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/desktop/screenfetch/screenfetch.SlackBuild b/desktop/screenfetch/screenfetch.SlackBuild index f9f7d67963..7bd2c5269e 100644 --- a/desktop/screenfetch/screenfetch.SlackBuild +++ b/desktop/screenfetch/screenfetch.SlackBuild @@ -1,9 +1,7 @@ #!/bin/sh # Slackware build script for Screenfetch -# Copyright 2012, Bojan Popovic, Belgrade, Serbia, <bocke@slackware-srbija.org> - -# Copyright 2012, Slackware Srbija (http://www.slackware-srbija.org/) +# Copyright 2012, 2013, Bojan Popovic, Belgrade, Serbia, <bocke@slackware-srbija.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,12 +23,12 @@ # ChangeLog # 1.0 23-DEC-2012 Added -# 1.1 08-JUL-2013 Updated to new upstream version; This version seems -# to fix Slack64 recognition bug (you would get a generic Tux). - +# 1.1 08-JUL-2013 Updated to a new upstream ver. 3.0.5. Fixes Slack64 +# detection. +# 1.2 06-DEC-2013 Updated to a new upstream ver. 3.2.2. PRGNAM=screenfetch -VERSION=${VERSION:-3.0.5} +VERSION=${VERSION:-3.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |