diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-11 23:23:50 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:31 +0700 |
commit | 69a230ba364349f4378d40d3a070df4131dc4b3e (patch) | |
tree | c9413e96d6a82d96235626edcc0b0a2ce62b1047 /graphics | |
parent | 8b444a4af6b532fcb515684b7a6e49ceadfd18b0 (diff) |
graphics/tuxpaint: BUILD=4 due to libunibreak update.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-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 6bc864e3736e2..c9fbc1d73e2ca 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} |