summaryrefslogtreecommitdiffstats
path: root/src/pixman.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pixman.mk')
-rw-r--r--src/pixman.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixman.mk b/src/pixman.mk
index fca7811..e00f087 100644
--- a/src/pixman.mk
+++ b/src/pixman.mk
@@ -16,7 +16,7 @@ define $(PKG)_UPDATE
wget -q -O- 'http://cairographics.org/releases/?C=M;O=D' | \
grep '<a href="pixman-' | \
$(SED) -n 's,.*<a href="pixman-\([0-9][^"]*\)\.tar.*,\1,p' | \
- grep -v '0\.16\.' | \
+ grep -v '^0\.16\.' | \
head -1
endef