summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 042428f2a4ff..00d868280885 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 22 22:08:30 UTC 2017
+# Fri Dec 22 22:12:49 UTC 2017
pkgbase = amdvlk-git
pkgdesc = AMD's standalone Vulkan driver
- pkgver = r6.2820967
+ pkgver = r6.9093c5e
pkgrel = 1
url = https://github.com/GPUOpen-Drivers
arch = x86_64
@@ -10,11 +10,10 @@ pkgbase = amdvlk-git
makedepends = dri2proto
depends = vulkan-icd-loader
provides = vulkan-amdvlk
- source = git+https://github.com/GPUOpen-Drivers/llvm.git
- source = git+https://github.com/GPUOpen-Drivers/xgl.git
- source = git+https://github.com/GPUOpen-Drivers/pal.git
- source = git+https://github.com/GPUOpen-Drivers/AMDVLK.git
- source = 0001-workaround-remove-invalid-constexpr-modifier.patch
+ source = git+https://github.com/GPUOpen-Drivers/llvm.git#branch=amd-vulkan-master
+ source = git+https://github.com/GPUOpen-Drivers/xgl.git#branch=dev
+ source = git+https://github.com/GPUOpen-Drivers/pal.git#branch=dev
+ source = git+https://github.com/GPUOpen-Drivers/AMDVLK.git#branch=dev
source = 0001-fix-compile-error-on-clang.patch
source = 0001-remove-linking-with-whole-archive.patch
source = amdPalSettings.cfg
@@ -22,7 +21,6 @@ pkgbase = amdvlk-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 784f2f61f8fbaab84a9015b7f9ade26ece43ccda20fd42b357fe911af5233a2b
sha256sums = 9d2399c3cfd424c5c0645892306f1794de61a8270f95683ea1785a78e0326c5c
sha256sums = 4669fda7c492ae6f655e9ad3bb2c4782753b49350a29af29883d43c02d627f46
sha256sums = 5f798911bf1cbbe5a83f5ae4886107ef0d02be5753450753ae2d3fc6f80e7012
diff --git a/PKGBUILD b/PKGBUILD
index eab66e23ab12..e0891d04bfd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
pkgname=amdvlk-git
-pkgver=r6.2820967
+pkgver=r6.9093c5e
pkgrel=1
pkgdesc="AMD's standalone Vulkan driver"
arch=(x86_64)
@@ -15,11 +15,10 @@ provides=(vulkan-amdvlk)
# 'talloc' 'wayland' 'pkgconfig' 'imake' 'xorg-server-devel' 'python2-mako' 'python' 'git')
makedepends=('dri2proto')
-source=('git+https://github.com/GPUOpen-Drivers/llvm.git'
- 'git+https://github.com/GPUOpen-Drivers/xgl.git'
- 'git+https://github.com/GPUOpen-Drivers/pal.git'
- 'git+https://github.com/GPUOpen-Drivers/AMDVLK.git'
- '0001-workaround-remove-invalid-constexpr-modifier.patch'
+source=('git+https://github.com/GPUOpen-Drivers/llvm.git#branch=amd-vulkan-master'
+ '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'
'amdPalSettings.cfg')
@@ -27,7 +26,6 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- '784f2f61f8fbaab84a9015b7f9ade26ece43ccda20fd42b357fe911af5233a2b'
'9d2399c3cfd424c5c0645892306f1794de61a8270f95683ea1785a78e0326c5c'
'4669fda7c492ae6f655e9ad3bb2c4782753b49350a29af29883d43c02d627f46'
'5f798911bf1cbbe5a83f5ae4886107ef0d02be5753450753ae2d3fc6f80e7012')