[arch-commits] Commit in spirv-tools/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Mon Dec 10 21:03:56 UTC 2018


    Date: Monday, December 10, 2018 @ 21:03:55
  Author: lcarlier
Revision: 341573

fix a typo

Modified:
  spirv-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-10 20:21:12 UTC (rev 341572)
+++ PKGBUILD	2018-12-10 21:03:55 UTC (rev 341573)
@@ -11,7 +11,7 @@
 depends=(gcc-libs)
 makedepends=(cmake python git)
 source=("git+https://github.com/KhronosGroup/SPIRV-Tools.git#tag=v${pkgver}"
-        git+git://github.com/KhronosGroup/SPIRV-Headers.git)
+        git+https://github.com/KhronosGroup/SPIRV-Headers.git)
 sha256sums=('SKIP'
             'SKIP')
 



More information about the arch-commits mailing list