summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Vladimir MyRequiem2018-07-16 20:46:53 +0200
committer Willy Sudiarto Raharjo2018-07-17 02:15:42 +0200
commite78afc0e594ea6e57ef4856d119f4b20fe0119b3 (patch)
tree55e536705235306ec49601008b8721fae8835062
parent7240eefaf342a7b06ecdaf65b2ce883111a60365 (diff)
downloadslackbuilds-e78afc0e594ea6e57ef4856d119f4b20fe0119b3.tar.gz
system/spman: Updated for version 2.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/spman/README7
-rw-r--r--system/spman/spman.SlackBuild2
-rw-r--r--system/spman/spman.info8
3 files changed, 9 insertions, 8 deletions
diff --git a/system/spman/README b/system/spman/README
index 8b22923557..3bcd75af0f 100644
--- a/system/spman/README
+++ b/system/spman/README
@@ -4,12 +4,13 @@ and licensed under the MIT license.
Main features:
- check packages for upgrade
- download package or source code from allowed repositories
- - upgrade packages in the current directory
- - remove packages in the current directory
- - download, build and install package(s) in the queue from SBo
+ - remove/upgrade packages in the current directory
+ - view the history of installing/updating/removing packages
+ - download, build and install packages in the queue from SBo
repository
- show list all dependencies for package from SBo repository
- view the contents of files included in SlackBuild archive
+ from SBo repository
- search package from each enabled repository and view info
- show complete list of the packages in the repository
- search dependency problems in the system packages using
diff --git a/system/spman/spman.SlackBuild b/system/spman/spman.SlackBuild
index c40cec30af..b438599d9a 100644
--- a/system/spman/spman.SlackBuild
+++ b/system/spman/spman.SlackBuild
@@ -28,7 +28,7 @@
PRGNAM=spman
-VERSION=${VERSION:-1.5.4}
+VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/spman/spman.info b/system/spman/spman.info
index c4b9984907..82385295c8 100644
--- a/system/spman/spman.info
+++ b/system/spman/spman.info
@@ -1,10 +1,10 @@
PRGNAM="spman"
-VERSION="1.5.4"
+VERSION="2.0.0"
HOMEPAGE="https://github.com/MyRequiem/spman"
-DOWNLOAD="https://github.com/MyRequiem/spman/archive/1.5.4/spman-1.5.4.tar.gz"
-MD5SUM="9096f25e2909be7ca3b8823b53f82699"
+DOWNLOAD="https://github.com/MyRequiem/spman/archive/2.0.0/spman-2.0.0.tar.gz"
+MD5SUM="3570abe3cfa1df20122e9b9ea5ce2b42"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3"
+REQUIRES="python3 python-requests"
MAINTAINER="Vladimir MyRequiem"
EMAIL="mrvladislavovich@gmail.com"