From f4eface9699ced5aaed89ea617587dc382f8aa55 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 20 Aug 2015 11:09:59 +0200 Subject: [PATCH] luxrays: fix update-check pattern --- srcpkgs/luxrays/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/luxrays/update b/srcpkgs/luxrays/update index e72341f2607..a32280ed6be 100644 --- a/srcpkgs/luxrays/update +++ b/srcpkgs/luxrays/update @@ -1,2 +1,2 @@ site="https://bitbucket.org/api/1.0/repositories/luxrender/luxrays/tags" -pattern='luxmark_v\K[\w\d\.]+' +pattern='luxmark_v\K([\d.]+)(?=")'