mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/vulkan-tools to 1.0.39.1-1
This commit is contained in:
parent
1ec30b8dbd
commit
b7c2df0545
1 changed files with 2 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgbase=vulkan-tools
|
||||
pkgname=(vulkan-trace vulkan-extra-layers)
|
||||
pkgver=1.0.37.0
|
||||
pkgver=1.0.39.1
|
||||
pkgrel=1
|
||||
arch=(i686 x86_64)
|
||||
url="http://lunarg.com/"
|
||||
|
@ -14,7 +14,7 @@ license=('custom')
|
|||
depends=()
|
||||
makedepends=(git cmake wget python-lxml libxcb imagemagick qt5-svg)
|
||||
source=("vulkanTools-sdk-${pkgver}::https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz")
|
||||
sha256sums=('4f072cd7afaaf3343daf1a397286cb765da8627f198ba972ef7b73b6a3f707f9')
|
||||
sha256sums=('8977094ea2c67af998a0430032ab2b3e37bd44dc5051585b8482814226606df0')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/VulkanTools-sdk-${pkgver}"
|
||||
|
@ -79,8 +79,5 @@ package_vulkan-extra-layers() {
|
|||
sed 's@./@@' $i > ${pkgdir}/usr/share/vulkan/explicit_layer.d/$(basename $i)
|
||||
done
|
||||
|
||||
# this json file is really broken! see FS#50575
|
||||
rm -v ${pkgdir}/usr/share/vulkan/explicit_layer.d/VkLayer_basic_implicit.json
|
||||
|
||||
install -m644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue