summaryrefslogtreecommitdiffstats
path: root/system/slpkg
diff options
context:
space:
mode:
Diffstat (limited to 'system/slpkg')
-rw-r--r--system/slpkg/README4
-rw-r--r--system/slpkg/slpkg.SlackBuild2
-rw-r--r--system/slpkg/slpkg.info6
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=""