summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuchesar V. ILIEV2017-07-30 01:57:05 +0300
committerLuchesar V. ILIEV2017-07-30 01:57:55 +0300
commitc74e87f34df47364004e6c5119490db705145c27 (patch)
tree94b478e48df9968f3a6574cccacc24fe014624a7
parent55a7bee4edd103bd7da9f8651679c2d2da93fcc6 (diff)
downloadaur-c74e87f34df47364004e6c5119490db705145c27.tar.gz
Be pedantic about https
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c5e41601b19..94ae202a1a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -266,7 +266,7 @@ package_llvm-libs-svn() {
# Moved from the llvm-svn package here
mv "${srcdir}"/{BugpointPasses,LLVMgold,LLVMHello}.so "${pkgdir}/usr/lib/"
- # Ref: http://llvm.org/docs/GoldPlugin.html
+ # Ref: https://llvm.org/docs/GoldPlugin.html
install -m755 -d "${pkgdir}/usr/lib/bfd-plugins"
ln -s {/usr/lib,"${pkgdir}/usr/lib/bfd-plugins"}/LLVMgold.so