mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/vulkan-tools to 1.0.46.0-1
This commit is contained in:
parent
558b40d300
commit
09b91cd0d4
1 changed files with 3 additions and 3 deletions
|
@ -6,15 +6,15 @@
|
|||
|
||||
pkgbase=vulkan-tools
|
||||
pkgname=(vulkan-trace vulkan-extra-layers)
|
||||
pkgver=1.0.39.1
|
||||
pkgver=1.0.46.0
|
||||
pkgrel=1
|
||||
arch=(i686 x86_64)
|
||||
url="http://lunarg.com/"
|
||||
license=('custom')
|
||||
depends=()
|
||||
makedepends=(git cmake wget python-lxml libxcb imagemagick qt5-svg)
|
||||
makedepends=(git cmake wget python-lxml libxcb libxrandr imagemagick qt5-svg)
|
||||
source=("vulkanTools-sdk-${pkgver}::https://github.com/LunarG/VulkanTools/archive/sdk-${pkgver}.tar.gz")
|
||||
sha256sums=('8977094ea2c67af998a0430032ab2b3e37bd44dc5051585b8482814226606df0')
|
||||
sha256sums=('796e448d611d0601c61af17d7916be87756d5e1d5386aaee52484a5db93e52c3')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/VulkanTools-sdk-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue