diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-09-24 20:30:15 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2010-09-24 20:30:15 (GMT) |
commit | c5a79d11659a5e25f42bf186565e489e046e94e9 (patch) | |
tree | 3a469ba3c1070ad5a943c6b8e95e53afb8577948 /src/gdk-pixbuf.mk | |
parent | b9ae4389fc2f3b0fb9e9533ccfe07fd08c04c2fd (diff) | |
download | mxe-c5a79d11659a5e25f42bf186565e489e046e94e9.zip mxe-c5a79d11659a5e25f42bf186565e489e046e94e9.tar.gz mxe-c5a79d11659a5e25f42bf186565e489e046e94e9.tar.bz2 |
packages glib gdk-pixbuf: fix update macros
Diffstat (limited to 'src/gdk-pixbuf.mk')
-rw-r--r-- | src/gdk-pixbuf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk index f53dab0..4eaa8ca 100644 --- a/src/gdk-pixbuf.mk +++ b/src/gdk-pixbuf.mk @@ -13,7 +13,7 @@ $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/$(call SHOR $(PKG)_DEPS := gcc glib libpng jpeg tiff jasper libiconv define $(PKG)_UPDATE - wget -q -O- 'http://git.gnome.org/browse/gdk-pixbuf+/refs/tags' | \ + wget -q -O- 'http://git.gnome.org/browse/gdk-pixbuf/refs/tags' | \ grep '<a href=' | \ $(SED) -n 's,.*<a[^>]*>\([0-9]*\.[0-9]*[02468]\.[^<]*\)<.*,\1,p' | \ grep -v '^2\.9' | \ |