From cea9e9b4b6aab9c1f863be67c733fa9ceb1c65fe Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Fri, 9 Oct 2015 03:20:24 +0200 Subject: [PATCH] wesnoth: fix update ignore pattern It's supposed to be a shell glob, not a regexp. --- srcpkgs/wesnoth/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wesnoth/update b/srcpkgs/wesnoth/update index 69f3ec9365f..a04118c3a1f 100644 --- a/srcpkgs/wesnoth/update +++ b/srcpkgs/wesnoth/update @@ -1 +1 @@ -ignore="1.1[13579](.\d)*" +ignore="1.1[13579].*"