wok-next diff gnome-doc-utils/receipt @ rev 15253
valgrind: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 19:22:50 2013 +0000 (2013-09-23) |
parents | 1830241d031d |
children | 06bbf4cf0c43 |
line diff
1.1 --- a/gnome-doc-utils/receipt Sat Mar 19 23:28:21 2011 +0000 1.2 +++ b/gnome-doc-utils/receipt Mon Sep 23 19:22:50 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnome-doc-utils" 1.7 -VERSION="0.20.4" 1.8 +VERSION="0.20.6" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Documentation utilities for Gnome" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 BUILD_DEPENDS="libxml2-dev libxslt-dev rarian-dev libxml2-python pkg-config intltool" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.gnome.org/" 1.16 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()