From b525bb0ae958b9367d75936f817314261ef3fe26 Mon Sep 17 00:00:00 2001 From: Andrew Shark Date: Wed, 7 Jul 2021 11:14:35 +0300 Subject: [PATCH] bump pkgrel --- .SRCINFO | 10 ++++------ PKGBUILD | 2 +- gen-PKGBUILD.py | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5b86c74..48adfcb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = amdgpu-pro-installer pkgver = 21.20_1271047 - pkgrel = 1 + pkgrel = 2 url = https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux-21-20 arch = x86_64 groups = Radeon_Software_for_Linux @@ -17,8 +17,8 @@ pkgname = amf-amdgpu-pro pkgdesc = AMDGPU Pro Advanced Multimedia Framework license = custom: AMDGPU-PRO EULA depends = libglvnd - depends = nx-x11 - depends = vulkan-amdgpu-pro=21.20_1271047-1 + depends = libx11 + depends = vulkan-amdgpu-pro=21.20_1271047-2 pkgname = amdgpu-pro-libgl pkgdesc = AMDGPU Pro OpenGL driver @@ -30,14 +30,13 @@ pkgname = amdgpu-pro-libgl depends = libxext depends = libxfixes depends = libxxf86vm - depends = nx-x11 provides = libgl backup = etc/amd/amdapfxx.blb pkgname = lib32-amdgpu-pro-libgl pkgdesc = AMDGPU Pro OpenGL driver (32-bit) license = custom: AMDGPU-PRO EULA - depends = amdgpu-pro-libgl=21.20_1271047-1 + depends = amdgpu-pro-libgl=21.20_1271047-2 depends = lib32-libdrm depends = lib32-libx11 depends = lib32-libxcb @@ -45,7 +44,6 @@ pkgname = lib32-amdgpu-pro-libgl depends = lib32-libxext depends = lib32-libxfixes depends = lib32-libxxf86vm - depends = lib32-nx-x11 provides = lib32-libgl backup = etc/amd/amdrc backup = etc/ld.so.conf.d/10-amdgpu-pro-i386.conf diff --git a/PKGBUILD b/PKGBUILD index 7e71a5b..e663127 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,7 +17,7 @@ vulkan-amdgpu-pro lib32-vulkan-amdgpu-pro ) pkgver=${major}_${minor} -pkgrel=1 +pkgrel=2 arch=('x86_64') url=https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux-21-20 license=('custom: multiple') diff --git a/gen-PKGBUILD.py b/gen-PKGBUILD.py index b9cbabc..bcec263 100755 --- a/gen-PKGBUILD.py +++ b/gen-PKGBUILD.py @@ -20,7 +20,7 @@ pkgver_base = versions.pkgver_base pkgver_build = versions.pkgver_build ubuntu_ver = versions.ubuntu_ver -pkgrel = 1 +pkgrel = 2 debugging = False