about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
Diffstat (limited to 'xlint')
-rwxr-xr-xxlint2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlint b/xlint
index 81ec57f..32e69ee 100755
--- a/xlint
+++ b/xlint
@@ -21,7 +21,7 @@ header() {
 
 exists_once() {
 	for var in pkgname version revision short_desc maintainer license \
-		   homepage distfiles checksum; do
+		   homepage; do
 		case "$(grep -c "^${var}=" "$template")" in
 			0) echo "$template: '$var' missing!";;
 			1) ;;