summaryrefslogtreecommitdiffstats
path: root/src/pango.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pango.mk')
-rw-r--r--src/pango.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pango.mk b/src/pango.mk
index ea2ce4b..57433c2 100644
--- a/src/pango.mk
+++ b/src/pango.mk
@@ -11,7 +11,7 @@ $(PKG)_DEPS := gcc fontconfig freetype cairo glib
define $(PKG)_UPDATE
wget -q -O- 'http://www.gtk.org/download-windows.html' | \
grep 'pango-' | \
- $(SED) -n 's,.*pango-\([1-9][^>]*\)\.tar.*,\1,p' | \
+ $(SED) -n 's,.*pango-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef