diff options
author | David Woodfall <dave@dawoodfall.net> | 2015-02-28 03:22:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 03:22:07 +0700 |
commit | 46e7f74c3c1ffb67267f8cf290646467b9bd4818 (patch) | |
tree | 1d3b93410e59020c3322b645914bbeaf2a19be6a /network/qbittorrent/qbittorrent.SlackBuild | |
parent | f1ee0984534584ad0fbaf1c0ea1cd6f9e037f156 (diff) | |
download | slackbuilds-46e7f74c3c1ffb67267f8cf290646467b9bd4818.tar.gz |
network/qbittorrent: Updated for version 3.1.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent/qbittorrent.SlackBuild')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 78a0de698e..72ed69b606 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qbittorrent -VERSION=${VERSION:-3.1.9.2} +VERSION=${VERSION:-3.1.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,8 +86,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS Changelog NEWS TODO COPYING INSTALL README \ +cp -a AUTHORS Changelog NEWS TODO COPYING INSTALL README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |