From 52f988918a81c1eeb1cbffc01fa53f571ca2b33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 19 Apr 2021 19:50:22 +0200 Subject: [PATCH] amdvlk: fix update file --- srcpkgs/amdvlk/update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/amdvlk/update b/srcpkgs/amdvlk/update index 01e29753668..11be2b5ae40 100644 --- a/srcpkgs/amdvlk/update +++ b/srcpkgs/amdvlk/update @@ -1,2 +1,2 @@ -homepage="https://github.com/GPUOpen-Drivers/AMDVLK/tags" -pattern='/archive/(v-?|AMDVLK-)?\K[\d\.Q]+(?=\.tar\.gz")' +site="https://github.com/GPUOpen-Drivers/AMDVLK/tags" +pattern='/archive/refs/tags/(v-?|AMDVLK-)?\K[\d\.Q]+(?=\.tar\.gz")'