summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2022-03-20 07:55:03 -0400
committerSandy Carter2022-03-20 07:55:03 -0400
commitfd09f0805f8d4f70a92b76b0fc977f58ca8cdff9 (patch)
tree22d0bdb547e71b315800ab1c926573e2b56d8bf7
parent270cc2c642c2218c86844c1230b506eab0793077 (diff)
downloadaur-fd09f0805f8d4f70a92b76b0fc977f58ca8cdff9.tar.gz
Use https authentication for clone
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d80321021f8f..98bf41e642f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = glslang-git
pkgdesc = OpenGL and OpenGL ES shader front end and validator, git version
pkgver = 11.8.0.r20.g538231d8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KhronosGroup/glslang
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = glslang-git
provides = glslang
conflicts = glslang
options = staticlibs
- source = git://github.com/KhronosGroup/glslang.git
+ source = git+https://github.com/KhronosGroup/glslang.git
sha256sums = SKIP
pkgname = glslang-git
diff --git a/PKGBUILD b/PKGBUILD
index 84dbe579f691..35fed3f4f559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,9 @@
+# Maintainer: Sandy Carter <bwrsandman+aur@gmail.com>
+# Contributor: Johannes Sjölund <j.sjolund+aur@gmail.com>
+
pkgname=glslang-git
pkgver=11.8.0.r20.g538231d8
-pkgrel=1
+pkgrel=2
pkgdesc='OpenGL and OpenGL ES shader front end and validator, git version'
arch=('x86_64' 'i686')
url='https://github.com/KhronosGroup/glslang'
@@ -10,7 +13,7 @@ makedepends=('cmake' 'git' 'python')
options=('staticlibs')
provides=('glslang')
conflicts=('glslang')
-source=("git://github.com/KhronosGroup/glslang.git")
+source=("git+https://github.com/KhronosGroup/glslang.git")
sha256sums=('SKIP')
pkgver() {