diff options
author | Eric Hameleers <alien@slackware.com> | 2015-01-14 13:34:35 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2015-01-14 13:34:35 +0100 |
commit | ac5eea1867a00bfe2553b69aac63e55789e6c28b (patch) | |
tree | 083bca9b901e5e011ced5243ed7459072f73cd72 /deps | |
parent | 5c23edfa4daabe15e2281ff88a29c550c16d513e (diff) | |
download | ktown-ac5eea1867a00bfe2553b69aac63e55789e6c28b.tar.gz ktown-ac5eea1867a00bfe2553b69aac63e55789e6c28b.tar.xz |
qca-qt5: bugfix update needed when building against Qt5
Diffstat (limited to 'deps')
-rwxr-xr-x | deps/qca-qt5/qca-qt5.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/qca-qt5/qca-qt5.SlackBuild b/deps/qca-qt5/qca-qt5.SlackBuild index 5c71948..445f8c4 100755 --- a/deps/qca-qt5/qca-qt5.SlackBuild +++ b/deps/qca-qt5/qca-qt5.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PKGNAM=qca-qt5 -VERSION=${VERSION:-2.1.0.2} +VERSION=${VERSION:-2.1.0.3} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:--j6} |