diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2016-06-20 09:38:35 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-24 16:46:38 +0700 |
commit | cf909bef3901a0b3b56a00844424bda75da381f3 (patch) | |
tree | 3c834131ad6b8f9fc2d17991d5e9492be640ebea /libraries/python3-PyQt5/python3-PyQt5.SlackBuild | |
parent | 1dec174db5d44b227d0812905f383828dffc4ad3 (diff) | |
download | slackbuilds-cf909bef3901a0b3b56a00844424bda75da381f3.tar.gz |
libraries/python3-PyQt5: Updated for version 5.6.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'libraries/python3-PyQt5/python3-PyQt5.SlackBuild')
-rw-r--r-- | libraries/python3-PyQt5/python3-PyQt5.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/python3-PyQt5/python3-PyQt5.SlackBuild b/libraries/python3-PyQt5/python3-PyQt5.SlackBuild index 0ce82b5c0c..a7a393838a 100644 --- a/libraries/python3-PyQt5/python3-PyQt5.SlackBuild +++ b/libraries/python3-PyQt5/python3-PyQt5.SlackBuild @@ -31,8 +31,8 @@ # Adapted by Marcel Saegebarth <marc@mos6581.de> PRGNAM=python3-PyQt5 -SRCNAM=PyQt -VERSION=${VERSION:-5.5} +SRCNAM=PyQt5 +VERSION=${VERSION:-5.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,8 +71,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-gpl-$VERSION.tar.gz -cd $SRCNAM-gpl-$VERSION +tar xvf $CWD/${SRCNAM}_gpl-$VERSION.tar.gz +cd ${SRCNAM}_gpl-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |