diff --git a/pkg/de-p1st-gpu-amdgpu/PKGBUILD b/pkg/de-p1st-gpu-amdgpu/PKGBUILD index e66cd11..87e63f4 100644 --- a/pkg/de-p1st-gpu-amdgpu/PKGBUILD +++ b/pkg/de-p1st-gpu-amdgpu/PKGBUILD @@ -16,7 +16,7 @@ depends+=(xf86-video-amdgpu) # "Vulkan support" depends+=(vulkan-radeon) # "HW-vide-acceleration: VA-API" -depends+=(libva-mesa_driver) +depends+=(libva-mesa-driver) # "HW-vide-acceleration: VDPAU" depends+=(mesa-vdpau) diff --git a/pkg/de-p1st-gpu-amdgpu/README.md b/pkg/de-p1st-gpu-amdgpu/README.md index 6fc11cb..59bd5fa 100644 --- a/pkg/de-p1st-gpu-amdgpu/README.md +++ b/pkg/de-p1st-gpu-amdgpu/README.md @@ -35,7 +35,7 @@ depends+=(xf86-video-amdgpu) # "Vulkan support" depends+=(vulkan-radeon) # "HW-vide-acceleration: VA-API" -depends+=(libva-mesa_driver) +depends+=(libva-mesa-driver) # "HW-vide-acceleration: VDPAU" depends+=(mesa-vdpau) ```