package a52dec: use pkg name instead of $(PKG) variable in update section

This commit is contained in:
Tony Theodore 2014-01-14 15:01:15 +11:00
parent 900214573d
commit a19e567520
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $(PKG)_DEPS := gcc
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://liba52.sourceforge.net/downloads.html' | \
$(SED) -n 's,.*files/$(PKG)-\([0-9][^"]*\)\.tar.*,\1,p' | \
$(SED) -n 's,.*files/a52dec-\([0-9][^"]*\)\.tar.*,\1,p' | \
head -1
endef