diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-03-09 20:54:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-14 16:55:51 +0700 |
commit | ef95c6834ec8d4974ad9401985f125ce74094cd3 (patch) | |
tree | 0e341e5a9000247cb03a9171f0a1494e81cb1f65 /graphics/photoqt/photoqt.SlackBuild | |
parent | ecd2a0ac553d054727a4a8331119d4b75b206f76 (diff) | |
download | slackbuilds-ef95c6834ec8d4974ad9401985f125ce74094cd3.tar.gz |
graphics/photoqt: Updated for version 1.2.
Added the new dependency qt5
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/photoqt/photoqt.SlackBuild')
-rw-r--r-- | graphics/photoqt/photoqt.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/photoqt/photoqt.SlackBuild b/graphics/photoqt/photoqt.SlackBuild index e7b5be622e..a53fd93bfd 100644 --- a/graphics/photoqt/photoqt.SlackBuild +++ b/graphics/photoqt/photoqt.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for photoqt -# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=photoqt -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |