diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-08-28 07:24:07 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-29 10:07:29 +0700 |
commit | 6cb03bb103dd558c6083af0e3a513a8854a3a87a (patch) | |
tree | 714d89d85a3542939ed587dc32a6437c115e56ab | |
parent | 84e635ac6a1f75ad3eac8768f4fffa8e4374f070 (diff) |
system/slpkg: Updated for version 2.7.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | system/slpkg/README | 3 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
3 files changed, 7 insertions, 4 deletions
diff --git a/system/slpkg/README b/system/slpkg/README index b4665f85b0d9..cd60472b0933 100644 --- a/system/slpkg/README +++ b/system/slpkg/README @@ -3,3 +3,6 @@ and removes packages on Slackware based systems. It automatically computes dependencies and figures out what things should occur to install packages. Slpkg makes it easier to maintain groups of machines without having to manually update. + +Optional dependencies: python2-pythondialog, pygraphviz, graph-easy + diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index c5d148cd6a70..6b55c5462cb7 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:-2.7.4} +VERSION=${VERSION:-2.7.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 2cc76801ebec..d0d52e5614e4 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="2.7.4" +VERSION="2.7.6" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.7.4.tar.gz" -MD5SUM="86579033c8789b5896a36b377508d367" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.7.6.tar.gz" +MD5SUM="4484ede82d667badb6dd22873d2da785" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |