diff options
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} |