Date: Wednesday, April 29, 2020 @ 10:04:08 Author: lcarlier Revision: 622226
upgpkg: lib32-vulkan-icd-loader 1.2.137-1: upstream update 1.2.137 Modified: lib32-vulkan-icd-loader/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-29 09:36:28 UTC (rev 622225) +++ PKGBUILD 2020-04-29 10:04:08 UTC (rev 622226) @@ -1,7 +1,7 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=lib32-vulkan-icd-loader -pkgver=1.2.135 +pkgver=1.2.137 pkgrel=1 arch=(x86_64) pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)" @@ -10,16 +10,9 @@ makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland vulkan-headers git) depends=(lib32-glibc) optdepends=('lib32-vulkan-driver: packaged vulkan driver') -source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz") -#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43") -sha256sums=('9a45c9bfce00026f5c12d4b869f87f2708cb28be49f3cd6c5044c7f8121071b6') +source=("vulkan-loader-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz") +sha256sums=('098a59996fcb32daeda6423fa3fb8a74cff532ec37b33235601ac06f0df00485') -#pkgver() { -# cd "${srcdir}/Vulkan-Loader" -# -# echo 1.1.99+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) -#} - build() { export ASFLAGS=--32 export CFLAGS=-m32
