Date: Tuesday, July 14, 2020 @ 07:30:08 Author: lcarlier Revision: 391898
upgpkg: vulkan-tools 1.2.146-1: upstream update 1.2.146 Modified: vulkan-tools/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-14 07:25:07 UTC (rev 391897) +++ PKGBUILD 2020-07-14 07:30:08 UTC (rev 391898) @@ -1,7 +1,7 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=vulkan-tools -pkgver=1.2.141.0 +pkgver=1.2.146 pkgrel=1 arch=(x86_64) url="https://www.khronos.org/vulkan/" @@ -9,8 +9,8 @@ license=('custom') depends=(gcc-libs libxcb vulkan-icd-loader) makedepends=(git cmake python vulkan-headers libx11 wayland) -source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-${pkgver}.tar.gz") -sha256sums=('bbadfc2fa72e55f1dcdbce5e6ff010ec3b1243cbf652c074de8c2a5e98b426ce') +source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz") +sha256sums=('3a492120319422db102036928c0f2f7011077fcbe62e9b3b8b0de86de2ece620') build() { cd "${srcdir}"/Vulkan-Tools*
