gnome-shell-extension-weather: master branch in git is now the latest.

This commit is contained in:
davehome 2011-11-30 16:16:13 -07:00
parent 8bd3eb11a2
commit ed21d89827

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 -b gnome3.2 $url ${pkgname}-${version}
git clone $url ${pkgname}-${version}
}
pre_configure()