summaryrefslogtreecommitdiffstats
path: root/src/pixman.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-28 16:46:40 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-28 16:46:40 (GMT)
commit297f37c6e09fe18e21e62d9231dc9b72ad201f43 (patch)
tree5be9b7658489c4f078ea25e7af3c431bf10b1c13 /src/pixman.mk
parentb165cde85f115e9341fcccb8f962457fa77b9ba6 (diff)
downloadmxe-297f37c6e09fe18e21e62d9231dc9b72ad201f43.zip
mxe-297f37c6e09fe18e21e62d9231dc9b72ad201f43.tar.gz
mxe-297f37c6e09fe18e21e62d9231dc9b72ad201f43.tar.bz2
improved upgrade script of packages: cairo cairomm pixman
Diffstat (limited to 'src/pixman.mk')
-rw-r--r--src/pixman.mk4
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