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"