diff options
Diffstat (limited to 'src/pixman.mk')
-rw-r--r-- | src/pixman.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pixman.mk b/src/pixman.mk index 0180a40..db7f915 100644 --- a/src/pixman.mk +++ b/src/pixman.mk @@ -14,9 +14,7 @@ $(PKG)_DEPS := gcc 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\.' | \ + $(SED) -n 's,.*"pixman-\([0-9][^"]*\)\.tar.*,\1,p' | \ head -1 endef |