summaryrefslogtreecommitdiffstats
path: root/python/pkginfo/pkginfo.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-11-14 06:17:56 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-14 16:59:13 +0700
commit028ec18e9963c630aac09c62b7f2ed75ab77cb5c (patch)
tree79c03db850fe5aeaca520087cd2cdfe1812c9eb2 /python/pkginfo/pkginfo.SlackBuild
parent9e6e524ddbec315bb3aa5bfe202f8b370fd6ee0a (diff)
downloadslackbuilds-028ec18e9963c630aac09c62b7f2ed75ab77cb5c.tar.gz
slackbuilds-028ec18e9963c630aac09c62b7f2ed75ab77cb5c.tar.xz
python/pkginfo: Updated for version 1.4.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pkginfo/pkginfo.SlackBuild')
-rw-r--r--python/pkginfo/pkginfo.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/pkginfo/pkginfo.SlackBuild b/python/pkginfo/pkginfo.SlackBuild
index f62c766324..7cd84562f1 100644
--- a/python/pkginfo/pkginfo.SlackBuild
+++ b/python/pkginfo/pkginfo.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pkginfo
-VERSION=${VERSION:-1.4.0}
+VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,9 +69,6 @@ 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 {} \;
-# fix build
-patch -p1 < $CWD/setup.patch
-
python setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \