Skip to content
Commits on Source (1)
03-06-2014
Version 1.4.2
[Updated] - Fix to avoid build package if already installed
[Updated] - Fix not download if file already installed
31-05-2014
Version 1.4.1
......
Metadata-Version: 1.1
Name: slpkg
Version: 1.4.1
Version: 1.4.2
Author: dslackw
Author-email: d zlatanidis at gmail com
Maintainer: dslackw
......
......@@ -185,10 +185,6 @@ Find slackbuild from network (www.slackbuilds.org):
.. code-block:: bash
This find the slackbuild , source, extra downloads and package requirements !!!
.. code-block:: bash
$ slpkg -n bitfighter
Searching `bitfighter` from slackbuilds.org ...
......
This diff is collapsed.
......@@ -7,7 +7,7 @@ from distutils.core import setup
setup(
name = 'slpkg',
version = "1.4.1",
version = "1.4.2",
description = "Python tool to manage Slackware packages",
keywords = ["slackware", "slpkg", "upgrade", "install", "remove",
"view", "slackpkg", "tool"],
......