diff options
Diffstat (limited to 'system/hungrycat/hungrycat.SlackBuild')
-rw-r--r-- | system/hungrycat/hungrycat.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/hungrycat/hungrycat.SlackBuild b/system/hungrycat/hungrycat.SlackBuild index 1083fc3fcd..bf609de400 100644 --- a/system/hungrycat/hungrycat.SlackBuild +++ b/system/hungrycat/hungrycat.SlackBuild @@ -6,8 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170827 bkw: update for v0.4, drop docutils dep now that upstream +# ships a prebuilt man page. + PRGNAM=hungrycat -VERSION=${VERSION:-0.3.3} +VERSION=${VERSION:-0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |