diff options
-rw-r--r-- | graphics/tuxpaint/tuxpaint.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tuxpaint/tuxpaint.SlackBuild b/graphics/tuxpaint/tuxpaint.SlackBuild index 6bc864e373..c9fbc1d73e 100644 --- a/graphics/tuxpaint/tuxpaint.SlackBuild +++ b/graphics/tuxpaint/tuxpaint.SlackBuild @@ -14,13 +14,15 @@ # 20220610 tim dickson: updated to 0.9.28 . sticking with sdl1 version for now # 20220629 tim dickson: changed to the sdl2 version # 20220820 tim dickson: added patch to work with newer SDL2_Pango. should be fixed upstream in next release +# 20230111 bkw: Modified by SlackBuilds.org: BUILD=4, just to force a +# rebuild after libunibreak update to 5.1. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tuxpaint VERSION=${VERSION:-0.9.28} CONFVER=${CONFVER:-0.0.19} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |