gnome-shell-extension-weather: use fixed date and specific git commit.

This commit is contained in:
Juan RP 2013-01-28 10:48:53 +01:00
parent 95483390ca
commit c02fa081a0

View file

@ -1,6 +1,6 @@
# Template file for 'gnome-shell-extension-weather'
pkgname=gnome-shell-extension-weather
version="$(date -u +%Y%m%d)"
version=20130128
revision=1
build_style=gnu-configure
short_desc="GNOME Shell extension for displaying weather notifications"
@ -20,6 +20,7 @@ do_fetch() {
local url="git://github.com/Neroth/${pkgname}.git"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
cd ${pkgname}-${version} && git checkout 50758109b717c74243c7365f338b57b81686bc93
}
pre_configure() {