Date: Saturday, March 21, 2020 @ 07:05:58 Author: lcarlier Revision: 378035
upgpkg: vulkan-tools 1.2.135-1: upstream update 1.2.135 Modified: vulkan-tools/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-21 07:01:47 UTC (rev 378034) +++ PKGBUILD 2020-03-21 07:05:58 UTC (rev 378035) @@ -1,7 +1,7 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=vulkan-tools -pkgver=1.2.131.1 +pkgver=1.2.135 pkgrel=1 arch=(x86_64) url="https://www.khronos.org/vulkan/" @@ -9,9 +9,9 @@ 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") +source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz") #source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=534747d770a84a18a20949430679aa1b7bf0f398") -sha256sums=('1b20ab2e0214966b5503fe2651d8a3d8d0267bfe096732f4871048e30c6bf92c') +sha256sums=('6b497194fb2e06e41a9ab8c404ea3c82cca1fc1e0c540ffcd2905b9bebef5e84') #pkgver() { # cd "${srcdir}"/Vulkan-Tools*
