From 58001ccfe0488f9f778a68482eb09f3ee0697d4c Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 12 Sep 2014 05:41:58 +0300 Subject: [PATCH] update for version 1.8.5 --- CHANGELOG | 8 ++++++++ PKG-INFO | 2 +- README.rst | 22 +++++++++++----------- install.sh | 2 +- slackbuild/slpkg.SlackBuild | 2 +- slackbuild/slpkg.info | 4 ++-- 6 files changed, 24 insertions(+), 16 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cf0c197a..29a51347 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ + +Version 1.8.5 +13-09-2014 + +[Updated] - Fix convert kb to mb + - Fix build sources with spaces in filenames like + "Sublime Text 2.0.2 x64.tar.bz2" + Version 1.8.4 10-09-2014 diff --git a/PKG-INFO b/PKG-INFO index 63fa45a2..97360d81 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: slpkg -Version: 1.8.4 +Version: 1.8.5 Author: dslackw Author-email: d zlatanidis at gmail com Maintainer: dslackw diff --git a/README.rst b/README.rst index 2e741901..7d12f0a3 100644 --- a/README.rst +++ b/README.rst @@ -9,9 +9,9 @@ Latest Release: -- Version: 1.8.4 -- `Package `_ -- `Source `_ +- Version: 1.8.5 +- `Package `_ +- `Source `_ - `CHANGELOG `_ `Slpkg `_ is a terminal multitool in order to easy use `Slackware `_ @@ -82,7 +82,7 @@ Video Tutorial ============== .. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/screenshot-1.png - :target: https://asciinema.org/a/12036 + :target: https://asciinema.org/a/12082 Installation ------------ @@ -91,8 +91,8 @@ Untar the archive and run install.sh script: .. code-block:: bash - $ tar xvf slpkg-1.8.4.tar.gz - $ cd slpkg-1.8.4 + $ tar xvf slpkg-1.8.5.tar.gz + $ cd slpkg-1.8.5 $ ./install.sh Using `pip `_ : @@ -202,8 +202,8 @@ download and install: Total 3 packages. 3 packages will be installed, 0 allready installed. - Need to get 6.02 Mb of archives. - After this process, 15.72 Mb of additional disk space will be used. + Need to get 48.17 Mb of archives. + After this process, 125.75 Mb of additional disk space will be used. Would you like to install [Y/n]? @@ -280,8 +280,8 @@ Check if your distribution is up to date from `Slackware official mirrors Installing summary =============================================================================== Total 3 package will be upgrading. - Need to get 1.70 Mb of archives. - After this process, 9.51 Mb of additional disk space will be used. + Need to get 13.58 Mb of archives. + After this process, 76.10 Mb of additional disk space will be used. Would you like to upgrade [Y/n]? @@ -296,7 +296,7 @@ Find packages from slackbuilds.org: | Package bitfighter --> http://slackbuilds.org/repository/14.1/games/bitfighter/ +=============================================================================== | SlackBuild : bitfighter.tar.gz - | Sources : bitfighter-019c.tar.gz + | Sources : bitfighter-019c.tar.gz, classic_level_pack.zip | Requirements : OpenAL, SDL2, speex, libmodplug +=============================================================================== README View the README file diff --git a/install.sh b/install.sh index 883edbfe..84c7cfb7 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-1.8.4} +VERSION=${VERSION:-1.8.5} TAG=${TAG:-_dsw} cd .. diff --git a/slackbuild/slpkg.SlackBuild b/slackbuild/slpkg.SlackBuild index 83b76f32..7b75d583 100755 --- a/slackbuild/slpkg.SlackBuild +++ b/slackbuild/slpkg.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-1.8.4} +VERSION=${VERSION:-1.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_dsw} diff --git a/slackbuild/slpkg.info b/slackbuild/slpkg.info index a8adc4aa..b49c7329 100644 --- a/slackbuild/slpkg.info +++ b/slackbuild/slpkg.info @@ -1,7 +1,7 @@ PRGNAM="slpkg" -VERSION="1.8.4" +VERSION="1.8.5" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.8.4.tar.gz" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.8.5.tar.gz" MD5SUM="" DOWNLOAD_x86_64="" MD5SUM_x86_64=""