diff options
author | Arn0 <yth@ythogtha.org> | 2022-04-15 09:04:27 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-16 12:12:51 +0700 |
commit | 4de42dc354dfff76065aa0aad42ea01baabc465d (patch) | |
tree | 4497c4516841a43a89baeaa016b2b59657ad583c /system/pgsanity/pgsanity.SlackBuild | |
parent | 2fd0897d1392147dc3bfd022cefcecc64e4d42c0 (diff) |
system/pgsanity: updated for version 0.2.9, python3, new maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pgsanity/pgsanity.SlackBuild')
-rw-r--r-- | system/pgsanity/pgsanity.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/pgsanity/pgsanity.SlackBuild b/system/pgsanity/pgsanity.SlackBuild index 3368acf437af9..d5cf99e8acb85 100644 --- a/system/pgsanity/pgsanity.SlackBuild +++ b/system/pgsanity/pgsanity.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for pgsanity +# Copyright 2022 Yth | Pont-en-Royans, France | yth@ythogtha.org # Copyright 2014-2017 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pgsanity -VERSION=${VERSION:-0.2.8} +VERSION=${VERSION:-0.2.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,7 +66,7 @@ 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION |