From 93be9887c7d91ff04698b1abc46bfaf5c41b5624 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 20 Aug 2015 11:20:02 +0200 Subject: [PATCH] aspell-en: fix update-check pattern --- srcpkgs/aspell-en/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/aspell-en/update b/srcpkgs/aspell-en/update index 10ff48bbf02..f7f172c8516 100644 --- a/srcpkgs/aspell-en/update +++ b/srcpkgs/aspell-en/update @@ -1 +1 @@ -pattern="aspell6-en-\K[\d.-]+" +pattern="aspell6-en-\K[\d.-]+(?=\.)"