diff options
Diffstat (limited to 'system/slpkg')
-rw-r--r-- | system/slpkg/README | 5 | ||||
-rw-r--r-- | system/slpkg/slack-desc | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
4 files changed, 7 insertions, 8 deletions
diff --git a/system/slpkg/README b/system/slpkg/README index a96f5a571d..58bdf279fb 100644 --- a/system/slpkg/README +++ b/system/slpkg/README @@ -1,8 +1,7 @@ Slpkg is a terminal multitool in order to easy use Slackware packages. -Features -======== +Features: - Build third party packages from source with all dependencies - Install packages through from official Slackware mirrors @@ -10,6 +9,7 @@ Features - Grabs packages from slackbuilds.org in real time - Automatic tool build and install packages - Check if your distribution is up to date +- Remove packages with all dependencies - Display the contents of the packages - Install-upgrade Slackware packages - Build and install all in a command @@ -18,7 +18,6 @@ Features - Find installed package - Read SlackBuilds files - Ī¤racking dependencies -- Remove packages - No dependencies It's a quick and easy way to manage your packages in Slackware diff --git a/system/slpkg/slack-desc b/system/slpkg/slack-desc index d4e8430851..b443e430e5 100644 --- a/system/slpkg/slack-desc +++ b/system/slpkg/slack-desc @@ -10,7 +10,7 @@ slpkg: slpkg (Slackware tool in Python) slpkg: slpkg: Slpkg is a terminal multitool in order to easy use Slackware slpkg: packages. It's a quick and easy way to manage your packages in -slpkg: Slackware to a command +slpkg: Slackware to a command. slpkg: slpkg: Homepage: https://github.com/dslackw/slpkg slpkg: diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 65a8c97202..bcbf201710 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-1.6.9} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index f1beaf78ce..e47f4a66c4 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="1.6.9" +VERSION="1.7.0" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.6.9.tar.gz" -MD5SUM="4ff13dde2432662e451dab59368d0cb4" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.7.0.tar.gz" +MD5SUM="316f7e3683b916c2be699c7a16e60a45" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |