forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to extra-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@371365 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
lcarlier
committed
Dec 13, 2019
1 parent
c54ac18
commit 2551b1c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Contributor: lod <[email protected]> | ||
|
||
pkgname=amdvlk | ||
pkgver=2019.Q4.3 | ||
pkgver=2019.Q4.4 | ||
pkgrel=1 | ||
pkgdesc="AMD's standalone Vulkan driver" | ||
arch=(x86_64) | ||
|
@@ -12,7 +12,7 @@ provides=('vulkan-driver') | |
makedepends=('perl-xml-xpath' 'python' 'wayland' 'libxrandr' 'xorg-server-devel' 'cmake' 'ninja' 'git') | ||
makedepends+=('python2') # spvgen | ||
source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz") | ||
sha256sums=('06d6a2739ba8702317f1ba9372b44893c43f5bcf7ee6755cbb87b150789226cc') | ||
sha256sums=('2ee126576e8b68edcdaf1aa149f29a3fd24961ea2038cb635608181e94c00a47') | ||
|
||
prepare() { | ||
local nrepos path name revision | ||
|