Skip to content

Commit

Permalink
Add python-ruamel-yaml as makedep and remove deprecated patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed May 27, 2024
1 parent d1d8a36 commit 118bdff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
8 changes: 3 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ arch=(x86_64)
url="https://github.com/GPUOpen-Drivers"
license=('MIT')
provides=('vulkan-driver' 'lib32-vulkan-driver' 'amdvlk' 'lib32-amdvlk')
makedepends=('directx-shader-compiler' 'perl-xml-xpath' 'python' 'wayland' 'lib32-wayland' 'libxrandr' 'lib32-libxrandr' 'xorg-server-devel' 'cmake' 'ninja' 'git' 'glslang' 'ocaml-stdlib-shims' 'clang' 'lib32-clang' 'python-jinja')
makedepends=('directx-shader-compiler' 'perl-xml-xpath' 'python' 'wayland' 'lib32-wayland' 'libxrandr' 'lib32-libxrandr' 'xorg-server-devel' 'cmake' 'ninja' 'git' 'glslang' 'ocaml-stdlib-shims' 'clang' 'lib32-clang' 'python-jinja' 'python-ruamel-yaml')
options=('!lto')
source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz"
"cstdint.patch")
sha256sums=('ede2ad261f68da64bb3a7ca47c6debfc42c171d3bd9bd91a01e3727ff5a7d4c8'
'4e5d14b368ba03e443b329a65416b53323b9057ccebffcb61de1e440fa7d549f')
source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz")
sha256sums=('ede2ad261f68da64bb3a7ca47c6debfc42c171d3bd9bd91a01e3727ff5a7d4c8')

# Workaround for chroot
if [[ "$PATH" != *"/bin/vendor_perl"* ]];then
Expand Down
12 changes: 0 additions & 12 deletions cstdint.patch

This file was deleted.

0 comments on commit 118bdff

Please sign in to comment.