summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLaurent Carlier2017-12-28 14:04:05 +0100
committerLaurent Carlier2017-12-28 14:04:05 +0100
commit58f82cd2846eff2899ff618dc8cb32bd8366856f (patch)
tree18a335cdc17e6057964b9fbfa40c77ea3333c400 /PKGBUILD
parent8cef6fd09938ca2283b1c85af20525d51a675168 (diff)
downloadaur-58f82cd2846eff2899ff618dc8cb32bd8366856f.tar.gz
forgot some files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6324e4b04d95..e703943cfb61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
pkgname=amdvlk-git
-pkgver=r6.9093c5e
+pkgver=r7.a20e789
pkgrel=1
pkgdesc="AMD's standalone Vulkan driver"
arch=(x86_64)
@@ -16,16 +16,14 @@ source=('llvm-amdvlk::git+https://github.com/GPUOpen-Drivers/llvm.git#branch=amd
'git+https://github.com/GPUOpen-Drivers/xgl.git#branch=dev'
'git+https://github.com/GPUOpen-Drivers/pal.git#branch=dev'
'git+https://github.com/GPUOpen-Drivers/AMDVLK.git#branch=dev'
- '0001-fix-compile-error-on-clang.patch' # TODO: maybe not necessary on gcc
- '0001-remove-linking-with-whole-archive.patch'
+ '0001-remove-linking-with-whole-archive-v2.patch'
'amdPalSettings.cfg'
'amd_icd64.json')
sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- '9d2399c3cfd424c5c0645892306f1794de61a8270f95683ea1785a78e0326c5c'
- '4669fda7c492ae6f655e9ad3bb2c4782753b49350a29af29883d43c02d627f46'
+ '268528bf2c6e855707635e65ece19b179135fa8823c1a9cc01746fd9235b8139'
'5f798911bf1cbbe5a83f5ae4886107ef0d02be5753450753ae2d3fc6f80e7012'
'39c26b6d91a8c5b42818a6cc3529b3803aba8f3a759d8eb6b682ecb027f4762c')
@@ -37,8 +35,7 @@ pkgver() {
prepare() {
cd xgl
- patch -Np1 -i ${srcdir}/0001-fix-compile-error-on-clang.patch
- patch -Np1 -i ${srcdir}/0001-remove-linking-with-whole-archive.patch
+ patch -Np1 -i ${srcdir}/0001-remove-linking-with-whole-archive-v2.patch
}
build() {