system/trash-cli: Update for 0.22.10.20
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
df1f6e73aa
commit
581d7c5122
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=trash-cli
|
||||
VERSION=${VERSION:-0.22.8.27}
|
||||
VERSION=${VERSION:-0.22.10.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -83,7 +83,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Fix man path
|
||||
sed 's|share/man/|man/|' -i setup.py
|
||||
sed 's|share/man/|man/|' -i setup.cfg
|
||||
|
||||
python3 setup.py install --root=$PKG
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="trash-cli"
|
||||
VERSION="0.22.8.27"
|
||||
VERSION="0.22.10.20"
|
||||
HOMEPAGE="https://github.com/andreafrancia/trash-cli"
|
||||
DOWNLOAD="https://github.com/andreafrancia/trash-cli/archive/0.22.8.27/trash-cli-0.22.8.27.tar.gz"
|
||||
MD5SUM="f084215eca9d9bbcbdbf5e408eb679e2"
|
||||
DOWNLOAD="https://github.com/andreafrancia/trash-cli/archive/0.22.10.20/trash-cli-0.22.10.20.tar.gz"
|
||||
MD5SUM="54e8c14f763f69673fa5143b3159f21d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue