summary refs log tree commit diff
diff options
context:
space:
mode:
authorToyam Cox <Vaelatern@gmail.com>2016-02-22 22:03:07 -0500
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-23 13:19:31 +0100
commit8996228859568cefb6a57278eda7c362e7873763 (patch)
treed6815d14cb039b0f09a27ea12bf8a28e5bf42e6f
parent28d26dcee792a2474e30c434bc6d73551afbf3c3 (diff)
downloadxtools-8996228859568cefb6a57278eda7c362e7873763.tar.gz
xtools-8996228859568cefb6a57278eda7c362e7873763.tar.xz
xtools-8996228859568cefb6a57278eda7c362e7873763.zip
xlint: don't check for conflicts having versions
Closes: #33 [via git-merge-pr]
-rwxr-xr-xxlint1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlint b/xlint
index 10d2929..122a8e1 100755
--- a/xlint
+++ b/xlint
@@ -149,7 +149,6 @@ for template; do
 	scan '[^\\]`' "use \$() instead of backticks"
 	scan 'revision=0' "revision must not be zero"
 	scan 'replaces=(?=.*\w)[^<>]*$' "replaces needs depname with version"
-	scan 'conflicts=(?=.*\w)[^<>]*$' "conflicts needs depname with version"
 	scan 'maintainer=(?!.*<.*@.*>).*' "maintainer needs email address"
 	scan 'nonfree=' "use repository=nonfree"
 	scan '^(?!\s*('"$variables"'))[^\s=-]+=' \