diff options
Diffstat (limited to 'games/xcowsay/xcowsay.SlackBuild')
-rw-r--r-- | games/xcowsay/xcowsay.SlackBuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/games/xcowsay/xcowsay.SlackBuild b/games/xcowsay/xcowsay.SlackBuild index 0605052be1..1cb75cce7e 100644 --- a/games/xcowsay/xcowsay.SlackBuild +++ b/games/xcowsay/xcowsay.SlackBuild @@ -6,6 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201103 bkw: +# - Update for v1.5.1. The changelog for this version says this: +# Fix black squares around cow and bubble on non-compositing window manager. +# And it works fine in the window managers I've tried it with, so +# it's probably fine to upgrade. Add note to README about how to +# build 1.4, if someone needs it. + # 20200221 bkw: # - BUILD=2 # - Add man pages for xcow(dream|fortune|think) @@ -16,7 +23,7 @@ # at some point. PRGNAM=xcowsay -VERSION=${VERSION:-1.4} +VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |