From a2a66a4bf0b5237e4cd2012ce1f8f94d209582a7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 24 Feb 2022 08:53:56 +0100 Subject: [PATCH 1/2] xf86-video-amdgpu: Update version from 19.1.0 to 22.0.0 Announcements: 1. https://lists.x.org/archives/amd-gfx/2021-July/067146.html 2. https://lists.x.org/archives/xorg/2022-February/060928.html Update the suffix for the LZMA compressed source archive as bz2 is not provided anymore. PS: There was no 20.x release. --- xf86-video-amdgpu.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xf86-video-amdgpu.be0 b/xf86-video-amdgpu.be0 index b157c9394..8b68502ee 100755 --- a/xf86-video-amdgpu.be0 +++ b/xf86-video-amdgpu.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xf86-video-amdgpu-19.1.0-0 +# BEE_VERSION xf86-video-amdgpu-22.0.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From e0fe08105d2acb4379d40f40ed3f7dde1374610e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 24 Feb 2022 08:59:43 +0100 Subject: [PATCH 2/2] 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.