valadoc-git: use fixed date and specific git commit.
This commit is contained in:
parent
5083d081bb
commit
95483390ca
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'valadoc-git'
|
# Template file for 'valadoc-git'
|
||||||
pkgname=valadoc-git
|
pkgname=valadoc-git
|
||||||
version="$(date -u +%Y%m%d)"
|
version=20130128
|
||||||
revision=1
|
revision=1
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
@ -18,6 +18,7 @@ do_fetch() {
|
||||||
local url="git://git.gnome.org/valadoc"
|
local url="git://git.gnome.org/valadoc"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
|
cd ${pkgname}-${version} && git checkout df9357f508feeff9e7730a7124b7d700829a5951
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue