summaryrefslogtreecommitdiffstats
path: root/src/glib.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-26 09:24:19 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-26 09:24:19 (GMT)
commit86410a44443ea3b4ae699d732e3aa45d9160a9ca (patch)
tree9785ec26bbe97cd2f983c92c1249873865d5f093 /src/glib.mk
parentf0bb2e5b161f7d2fae7aa32f2ea7ce0c811d66fc (diff)
downloadmxe-86410a44443ea3b4ae699d732e3aa45d9160a9ca.zip
mxe-86410a44443ea3b4ae699d732e3aa45d9160a9ca.tar.gz
mxe-86410a44443ea3b4ae699d732e3aa45d9160a9ca.tar.bz2
update version recognition of package glib
Diffstat (limited to 'src/glib.mk')
-rw-r--r--src/glib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glib.mk b/src/glib.mk
index 47bdcb5..5b0e929 100644
--- a/src/glib.mk
+++ b/src/glib.mk
@@ -15,7 +15,7 @@ $(PKG)_DEPS := gcc gettext pcre libiconv zlib
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/browse/glib/refs/tags' | \
grep '<a href=' | \
- $(SED) -n 's,.*<a[^>]*>\([0-9][^<]*\)<.*,\1,p' | \
+ $(SED) -n 's,.*<a[^>]*>glib-*\([0-9][^<]*\)<.*,\1,p' | \
grep -v '^2\.24\.' | \
head -1
endef