bugfix for update recognition of package libass

This commit is contained in:
Volker Grabsch 2011-04-03 22:04:05 +02:00
parent c55488251a
commit 2ede1f7404
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $(PKG)_DEPS := gcc freetype fontconfig
define $(PKG)_UPDATE
wget -q -O- 'http://code.google.com/p/libass/downloads/list?sort=-uploaded' | \
$(SED) -n 's,.*libass-\([0-9][^<]*\)\.tar.bz2,\1,p' | \
$(SED) -n 's,.*libass-\([0-9][^<]*\)\.tar.*,\1,p' | \
head -1
endef