diff options
Diffstat (limited to 'games/zork/zork.SlackBuild')
-rw-r--r-- | games/zork/zork.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/zork/zork.SlackBuild b/games/zork/zork.SlackBuild index e10a1b6a9d..5003ee24d0 100644 --- a/games/zork/zork.SlackBuild +++ b/games/zork/zork.SlackBuild @@ -10,8 +10,10 @@ # files of course have their own version information, but at this late date # they aren't going to ever change. +# 20140219 bkw: fix .desktop files so they validate. + PRGNAM=zork -VERSION=${VERSION:-20121202} +VERSION=${VERSION:-20140219} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |