Date: Monday, May 6, 2019 @ 20:14:11
  Author: arojas
Revision: 352603

https

Modified:
  libclc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-06 20:13:12 UTC (rev 352602)
+++ PKGBUILD    2019-05-06 20:14:11 UTC (rev 352603)
@@ -5,11 +5,11 @@
 pkgrel=1
 pkgdesc="Library requirements of the OpenCL C programming language"
 arch=('any')
-url="http://libclc.llvm.org/";
+url="https://libclc.llvm.org/";
 license=('MIT')
 makedepends=('clang' 'llvm' 'python2' 'git')
 options=('staticlibs')
-source=('git+http://llvm.org/git/libclc.git#commit=4501738')
+source=('git+https://llvm.org/git/libclc.git#commit=4501738')
 md5sums=('SKIP')
 
 pkgver() {

Reply via email to