From e0fe08105d2acb4379d40f40ed3f7dde1374610e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 24 Feb 2022 08:59:43 +0100 Subject: [PATCH] xf86-video-amdgpu: Download source archive from beehive.molgen.mpg.de --- xf86-video-amdgpu.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xf86-video-amdgpu.be0 b/xf86-video-amdgpu.be0 index 8b68502ee..d6050c456 100755 --- a/xf86-video-amdgpu.be0 +++ b/xf86-video-amdgpu.be0 @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://www.x.org/releases/individual/driver/xf86-video-amdgpu-${PKGVERSION}.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/driver/xf86-video-amdgpu-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/6c907b44d32a0112e1a4788bab727f79/xf86-video-amdgpu-22.0.0.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.