diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-10 23:50:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:48:01 +0700 |
commit | 8a7a4a2f40863ce837f177e700c6fa45db2d6d77 (patch) | |
tree | 7cae97a4bcc16ff054c2133b0a6257686d051ad2 /audio/guitarix/guitarix.SlackBuild | |
parent | 3d1f3d98b9b134d79c290153c5cb4b767c14f375 (diff) |
audio/guitarix: Updated for version 0.35.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/guitarix/guitarix.SlackBuild')
-rw-r--r-- | audio/guitarix/guitarix.SlackBuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/audio/guitarix/guitarix.SlackBuild b/audio/guitarix/guitarix.SlackBuild index 41cfa07e44a0..87fd16ddf61a 100644 --- a/audio/guitarix/guitarix.SlackBuild +++ b/audio/guitarix/guitarix.SlackBuild @@ -6,6 +6,13 @@ # Modified by B. Watson <yalhcru@gmail.com>. Modified version released # under the WTFPL, for details see http://www.wtfpl.net/txt/copying/ +# 20170710 bkw: +# - Updated for 0.35.4 +# - Remove README stuff about webkitgtk, since upstream dropped it. +# - Add README.online with troubleshooting info. I had trouble +# getting the new Online Presets stuff to work, so hopefully this +# might help the next guy. + # 20170404 bkw: # - Updated for 0.35.3 # - Use + rather than ; in find/chmod. Noticeably faster. @@ -77,7 +84,7 @@ # - Add guitarix's README to /usr/doc PRGNAM=guitarix -VERSION=${VERSION:-0.35.3} +VERSION=${VERSION:-0.35.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |