gnome-shell-extension-weather: use gnome3.4 branch
This commit is contained in:
parent
7dcffe2778
commit
df76729b5a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue