diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-31 17:59:29 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-01 07:53:16 +0700 |
commit | 4930e7f7b431d0aeb9911f9f9b922ae32668e49f (patch) | |
tree | f5932b6ef2007d1d1b083f298b9b875b88ae0907 | |
parent | 6a7ec965a7739b40593deec05a02bf8c43d2cb00 (diff) | |
download | slackbuilds-4930e7f7b431d0aeb9911f9f9b922ae32668e49f.tar.gz |
system/slpkg: Updated for version 2.6.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | system/slpkg/README | 4 | ||||
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/system/slpkg/README b/system/slpkg/README index b4665f85b0..7c48520d7c 100644 --- a/system/slpkg/README +++ b/system/slpkg/README @@ -3,3 +3,7 @@ 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: +- pygraphviz (for drawing dependencies diagram) +- graph-easy (for drawing dependencies ascii diagram) diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 6410fedf45..5a8ac90e95 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.6.3} +VERSION=${VERSION:-2.6.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index a0ebbdadb8..f2b628e957 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="2.6.3" +VERSION="2.6.8" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.6.3.tar.gz" -MD5SUM="95ccc27545a259087e0dd0b666cbb686" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v2.6.8.tar.gz" +MD5SUM="4f2df9ad3ffc303373e26200544d4af4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |