diff options
author | Vladimir MyRequiem <mrvladislavovich@gmail.com> | 2018-07-16 19:46:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-17 07:15:42 +0700 |
commit | e78afc0e594ea6e57ef4856d119f4b20fe0119b3 (patch) | |
tree | 55e536705235306ec49601008b8721fae8835062 /system | |
parent | 7240eefaf342a7b06ecdaf65b2ce883111a60365 (diff) |
system/spman: Updated for version 2.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/spman/README | 7 | ||||
-rw-r--r-- | system/spman/spman.SlackBuild | 2 | ||||
-rw-r--r-- | system/spman/spman.info | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/system/spman/README b/system/spman/README index 8b22923557b9..3bcd75af0f62 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 c40cec30af12..b438599d9a96 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 c4b9984907c7..82385295c811 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" |