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

View file

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