diff options
Diffstat (limited to 'system/slpkg')
-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 b4665f85b0d98..7c48520d7c2c6 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 6410fedf459cb..5a8ac90e957e4 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 a0ebbdadb8075..f2b628e957c0b 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="" |