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 | |
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>
-rw-r--r-- | graphics/photoqt/photoqt.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/photoqt/photoqt.info | 8 |
2 files changed, 6 insertions, 6 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} diff --git a/graphics/photoqt/photoqt.info b/graphics/photoqt/photoqt.info index 42ecd32b25..d3a4653c58 100644 --- a/graphics/photoqt/photoqt.info +++ b/graphics/photoqt/photoqt.info @@ -1,10 +1,10 @@ PRGNAM="photoqt" -VERSION="1.0" +VERSION="1.2" HOMEPAGE="http://photoqt.org" -DOWNLOAD="http://photoqt.org/oldRel/photoqt-1.0.tar.gz" -MD5SUM="b54dc4de8c7561551f47e47738633002" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/photoqt-1.2.tar.gz" +MD5SUM="bc0233279c86db39dc2482583697c9b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="qt5" MAINTAINER="Matteo Bernardini" EMAIL="ponce@slackbuilds.org" |