mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
system/spman: Updated for version 2.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
7240eefaf3
commit
e78afc0e59
3 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
|
||||
PRGNAM=spman
|
||||
VERSION=${VERSION:-1.5.4}
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue