diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-05-21 07:55:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-21 07:55:25 +0700 |
commit | 62e466de8cdeeefe6c11a608bd285a8277986e9e (patch) | |
tree | 26c12f66ec99384301183629b54d21c135f4a0bd /system | |
parent | cb5d0bf28fd1aedfa751f567ad50f41b277696fb (diff) | |
download | slackbuilds-62e466de8cdeeefe6c11a608bd285a8277986e9e.tar.gz |
system/slpkg: Updated for version 1.2.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/slpkg/README | 2 | ||||
-rw-r--r-- | system/slpkg/slack-desc | 4 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
4 files changed, 8 insertions, 6 deletions
diff --git a/system/slpkg/README b/system/slpkg/README index 3cda2a00d1..bec74df296 100644 --- a/system/slpkg/README +++ b/system/slpkg/README @@ -2,3 +2,5 @@ Slpkg is a terminal tool , written in Python that allows the build, upgrade, remove, find and view Slackware packages contents. It's a quick and easy way to manage your packages in slackware to a command. +You also can check if your packages are up to date or show the +dependencies. diff --git a/system/slpkg/slack-desc b/system/slpkg/slack-desc index fad35de19e..194de0c2a7 100644 --- a/system/slpkg/slack-desc +++ b/system/slpkg/slack-desc @@ -12,8 +12,8 @@ slpkg: Slpkg is a terminal tool , written in Python that allows the slpkg: build, upgrade, remove, find and view Slackware packages contents. slpkg: It's a quick and easy way to manage your packages in slackware slpkg: to a command. +slpkg: You also can check if your packages are up to date or show the +slpkg: dependencies. slpkg: slpkg: Homepage: https://github.com/dslackw/slpkg slpkg: -slpkg: -slpkg: diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index bf3bb3deef..0c316637f3 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.1.3} +VERSION=${VERSION:-1.2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index a6f6cda81f..ccfdd28f25 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="1.1.3" +VERSION="1.2.9" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.1.3.tar.gz" -MD5SUM="c7a3b83e63da736ea968e5ca9185656f" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.2.9.tar.gz" +MD5SUM="243f624ee8975f892c4525d4533ab47d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |