Date: Wednesday, July 1, 2020 @ 06:59:03 Author: lcarlier Revision: 390685
upgpkg: vulkan-validation-layers 1.2.145-1: upstream update 1.2.145 Modified: vulkan-validation-layers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-01 06:34:33 UTC (rev 390684) +++ PKGBUILD 2020-07-01 06:59:03 UTC (rev 390685) @@ -1,7 +1,7 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=vulkan-validation-layers -pkgver=1.2.141.0 +pkgver=1.2.145 pkgrel=1 pkgdesc="Vulkan Validation Layers" arch=(x86_64) @@ -10,9 +10,9 @@ depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11) makedepends=(cmake python-lxml libx11 libxrandr wayland git) options=(debug !strip) -source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/sdk-${pkgver}.tar.gz) +source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz) #source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735") -sha256sums=('0a006f9a1fa273c1c54bd34e544064ac08f5153b449d3dd803f36e915a68189d') +sha256sums=('baa9aebd8de74231f2072825518e66a045e3d571a6a4c307b4c308ea1e7f3f4e') #pkgver() { # cd "${srcdir}/Vulkan-ValidationLayers"
