gnome-shell-extension-weather: use gnome3.4 branch

This commit is contained in:
davehome 2012-04-09 15:54:03 -06:00
parent 7dcffe2778
commit df76729b5a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ do_fetch()
{
local url="git://github.com/simon04/${pkgname}.git"
msg_normal " Fetching source from $url ...\n"
git clone $url ${pkgname}-${version}
git clone -b gnome3.4 $url ${pkgname}-${version}
}
pre_configure()