tar -tvf "$PACKAGE_DIR/$PKGNAME" | sort -k 3 >> .pkgfiles
tar -tvf "$PACKAGE_DIR/$PKGNAME" \
| awk '{$3=$4=$5=""; print $0}' \
| sort -k 3 >> .pkgfiles
msg "Pkgfiles updated."
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.