summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2022-02-12 20:22:36 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-13 09:17:54 +0700
commitfe57252348a74631b4d3aa0dafd8873e7d971090 (patch)
tree6ed0ca44364b96def072a1a5db0ae04a1278e65c
parent96b42100844059eb358d7925d9bc2b79d5be87a2 (diff)
downloadslackbuilds-fe57252348a74631b4d3aa0dafd8873e7d971090.tar.gz
slackbuilds-fe57252348a74631b4d3aa0dafd8873e7d971090.tar.xz
system/findcmd: Updated for version 0.1.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/findcmd/findcmd.SlackBuild8
-rw-r--r--system/findcmd/findcmd.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/system/findcmd/findcmd.SlackBuild b/system/findcmd/findcmd.SlackBuild
index b08ce3d9bc..5b53a2069c 100644
--- a/system/findcmd/findcmd.SlackBuild
+++ b/system/findcmd/findcmd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for findcmd
-# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=findcmd
-VERSION=${VERSION:-0.1.1}
+VERSION=${VERSION:-0.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,13 +79,13 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/findcmd/findcmd.info b/system/findcmd/findcmd.info
index b65b702155..22f524420b 100644
--- a/system/findcmd/findcmd.info
+++ b/system/findcmd/findcmd.info
@@ -1,8 +1,8 @@
PRGNAM="findcmd"
-VERSION="0.1.1"
+VERSION="0.1.2"
HOMEPAGE="https://github.com/xupeng/findcmd"
-DOWNLOAD="https://pypi.python.org/packages/source/f/findcmd/findcmd-0.1.1.tar.gz"
-MD5SUM="9426667b4031b1df04775ba8a8ca56bc"
+DOWNLOAD="https://pypi.python.org/packages/source/f/findcmd/findcmd-0.1.2.tar.gz"
+MD5SUM="30d95225dbc530924dbe40ba5afb63c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""