[arch-commits] Commit in lib32-vulkan-loader-layers/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Mon Apr 30 09:55:27 UTC 2018


    Date: Monday, April 30, 2018 @ 09:55:27
  Author: lcarlier
Revision: 318481

upgpkg: lib32-vulkan-loader-layers 1.1.73.0-1

upstream update 1.1.73.0

Modified:
  lib32-vulkan-loader-layers/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-30 09:39:41 UTC (rev 318480)
+++ PKGBUILD	2018-04-30 09:55:27 UTC (rev 318481)
@@ -4,7 +4,7 @@
 pkgbase=lib32-vulkan-loader-layers
 pkgname=(lib32-vulkan-icd-loader lib32-vulkan-validation-layers)
 _pkgname=Vulkan-LoaderAndValidationLayers
-pkgver=1.1.70.0
+pkgver=1.1.73.0
 pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/"
@@ -11,9 +11,14 @@
 license=('custom')
 depends=()
 makedepends=(git cmake python-lxml lib32-libx11 lib32-libxrandr lib32-wayland)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/sdk-${pkgver}.tar.gz")
-sha256sums=('bd30ffe25a0723775ea8427d65e96bbad6f5130674ac6577ec639b54ce811397')
+source=("git+https://github.com/KhronosGroup/${_pkgname}#tag=sdk-${pkgver}")
+sha256sums=('SKIP')
 
+prepare() {
+  cd "${srcdir}"
+  ln -s ${_pkgname} "${_pkgname}-sdk-${pkgver}"
+}
+
 build() {
   export ASFLAGS=--32
   export CC="gcc -m32"



More information about the arch-commits mailing list