git » libclc.git » commit d8316e2

https

author Antonio Rojas
2019-05-06 20:14:11 UTC
committer Antonio Rojas
2019-05-06 20:14:11 UTC
parent 7e4910ae34a1b3cf98791c0ca38b6bad9b46e981

https

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index dfba66d..ddde8e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgver=0.2.0+584+4501738
 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() {