mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Revert "update_check.sh: do not check packages without distfiles"
This reverts commit e67c2718f2
.
This commit is contained in:
parent
36d0963334
commit
aeb7baef31
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue