summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@digia.com>2012-12-19 07:53:31 +0200
committerDavid Faure (KDE) <faure@kde.org>2012-12-19 09:47:14 +0100
commitba4081d21dd3a3acba6f6806121f4e8c6e2d84dc (patch)
tree1e4050e8219a85cd121d82b830e24e5283a3dcfd
parent348391f3095c99ce79dfb564bbb04fcc4f05d3b1 (diff)
downloadqtx11extras-ba4081d21dd3a3acba6f6806121f4e8c6e2d84dc.tar.gz
QtX11Extras: sync.profile, using stable branch instead of master
QtBase deosnät have master branch anymore, so using stable instead. Change-Id: Ibc35dbc39cd3445b36234c6fa5c326ca5f694077 Reviewed-by: David Faure (KDE) <faure@kde.org>
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index b610668..1dd5fb2 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,5 +10,5 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/master",
+ "qtbase" => "refs/heads/stable",
);