libdom: use svn revision 13951
This commit is contained in:
parent
129338539f
commit
27c115b559
1 changed files with 3 additions and 3 deletions
|
@ -18,11 +18,11 @@ subpackages="${pkgname}-devel"
|
|||
nofetch=yes
|
||||
noextract=yes
|
||||
|
||||
|
||||
do_fetch() {
|
||||
local _rev="13951"
|
||||
local url="svn://svn.netsurf-browser.org/trunk/libdom"
|
||||
msg_normal " Fetching source from $url ...\n"
|
||||
svn co ${url} ${pkgname}-${version}
|
||||
msg_normal " Fetching source from $url (revision ${_rev}) ...\n"
|
||||
svn checkout -r ${_rev} ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue