diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2017-05-08 00:34:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:58:47 +0700 |
commit | 35631ca2cf966c0be49d736759319d36ee1bea5d (patch) | |
tree | a7d6e95e4cd34e1e30d1a4dd02ae5059ba5aa1fb /audio/whipper/whipper.SlackBuild | |
parent | c399778f8a76b60e94987e27198b651e8ef50f8a (diff) |
audio/whipper: Updated for version 0.5.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/whipper/whipper.SlackBuild')
-rw-r--r-- | audio/whipper/whipper.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/whipper/whipper.SlackBuild b/audio/whipper/whipper.SlackBuild index fbdd9734427d..699f08c7ad34 100644 --- a/audio/whipper/whipper.SlackBuild +++ b/audio/whipper/whipper.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=whipper -VERSION=${VERSION:-0.4.2} +VERSION=${VERSION:-0.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGELOG.md HACKING LICENSE README.md TODO doc \ +cp -a CHANGELOG.md COVERAGE HACKING LICENSE README.md TODO doc \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |