summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/slpkg/README3
-rw-r--r--system/slpkg/slpkg.SlackBuild2
-rw-r--r--system/slpkg/slpkg.info6
3 files changed, 7 insertions, 4 deletions
diff --git a/system/slpkg/README b/system/slpkg/README
index b4665f85b0..cd60472b09 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 c5d148cd6a..6b55c5462c 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 2cc76801eb..d0d52e5614 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=""