Revert "update_check.sh: do not check packages without distfiles"

This reverts commit e67c2718f2.
This commit is contained in:
Eivind Uggedal 2014-11-03 12:18:28 +00:00
parent 36d0963334
commit aeb7baef31
1 changed files with 0 additions and 7 deletions

View File

@ -11,13 +11,6 @@ update_check() {
export LC_ALL=C
: ${update_pkgname:=$pkgname}
if [ -z "$distfiles" ]; then
if [ -n "$XBPS_UPDATE_CHECK_VERBOSE" ]; then
echo "no distfiles to check for $pkgname"
fi
return
fi
if [ -z "$update_site" ]; then
printf '%s\n' "$homepage"
for i in $distfiles; do