From dead73f1729cd67903e1c25062e1771e58d125fd Mon Sep 17 00:00:00 2001 From: John Date: Tue, 8 May 2018 14:26:51 +0200 Subject: [PATCH] higan: fix update check Closes #14239. Signed-off-by: Enno Boland --- srcpkgs/higan/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/higan/update b/srcpkgs/higan/update index 552f7042710..c7de6118e96 100644 --- a/srcpkgs/higan/update +++ b/srcpkgs/higan/update @@ -1,2 +1,2 @@ site=https://gitlab.com/higan/higan/tags -pattern='href="/\Qhigan/higan\E/repository/[^\d\.]*\K[\d\.]+(?=/archive\.tar\.gz")' +pattern='href="/\Qhigan/higan\E/tags/[^\d\.]*\K[\d\.]*'