aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhaled Nakchbandi2022-03-04 15:03:45 +0200
committerKhaled Nakchbandi2022-03-04 15:03:45 +0200
commit3e3235445b69e029d62478782927a4c23c309468 (patch)
tree941113005578aedfd5824c3693f32b83e4e08eec
parente4deae99f7407f137ac4ea937177dea23bbbffc1 (diff)
downloadaur-3e3235445b69e029d62478782927a4c23c309468.tar.gz
fixed the fixing of the fixing of cfe depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d56c515ecd..165a46addab9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,7 +34,7 @@ pkgname = amf-amdgpu-pro-cfe
license = custom: AMDGPU-PRO EULA
depends = libglvnd
depends = libx11
- depends = vulkan-amdgpu-pro
+ depends = vulkan-amdgpu-pro-cfe
depends = rocm-opencl-runtime
depends = libamdenc-amdgpu-pro-cfe
conflicts = amf-amdgpu-pro
diff --git a/PKGBUILD b/PKGBUILD
index 9f3ada65e4ac..741eed70ebac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -108,7 +108,7 @@ move_copyright() {
package_amf-amdgpu-pro-cfe () {
pkgdesc="AMDGPU Pro Advanced Multimedia Framework"
license=('custom: AMDGPU-PRO EULA')
- depends=("libglvnd" "libx11" "vulkan-amdgpu-pro" "rocm-opencl-runtime" "libamdenc-amdgpu-pro-cfe")
+ depends=("libglvnd" "libx11" "vulkan-amdgpu-pro-cfe" "rocm-opencl-runtime" "libamdenc-amdgpu-pro-cfe")
conflicts=("amf-amdgpu-pro")
get_debs_amf