diff options
author | Larry Hajali <larryhaja@gmail.com> | 2020-05-02 09:40:57 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-03 08:48:37 +0700 |
commit | 9adf294b488fe73dab2f1b77819b917331c76976 (patch) | |
tree | 21d9a75e7fe3008a50b4bd5de48239326ed90352 /libraries/grantlee-qt5/grantlee-qt5.SlackBuild | |
parent | bab72b8b068cce3bc987d95ca6560205bdd955ee (diff) | |
download | slackbuilds-9adf294b488fe73dab2f1b77819b917331c76976.tar.gz |
libraries/grantlee-qt5: Updated for version 5.2.0
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/grantlee-qt5/grantlee-qt5.SlackBuild')
-rw-r--r-- | libraries/grantlee-qt5/grantlee-qt5.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/grantlee-qt5/grantlee-qt5.SlackBuild b/libraries/grantlee-qt5/grantlee-qt5.SlackBuild index 1fae96c48c..a6632677d6 100644 --- a/libraries/grantlee-qt5/grantlee-qt5.SlackBuild +++ b/libraries/grantlee-qt5/grantlee-qt5.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for grantlee-qt5 -# Copyright 2016 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2016-2020 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=grantlee-qt5 SRCNAM=grantlee -VERSION=${VERSION:-5.1.0} +VERSION=${VERSION:-5.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,7 @@ find -L . \ # Install headers into a versioned directory to be parallel-installable # based on: # https://github.com/steveire/grantlee/pull/1 -patch -p1 < $CWD/grantlee-5.1.0-install_headers_into_versioned_directory.patch +patch -p1 < $CWD/grantlee-5.2.0-install_headers_into_versioned_directory.patch mkdir build cd build |