summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcyrozap2016-03-29 12:12:00 -0400
committercyrozap2016-03-29 12:12:00 -0400
commit8f08c62a1f8360fb5fc39350c792ba133f8e7055 (patch)
tree8c8c857d833b7345701736058e19b9a231f6fdbd /PKGBUILD
parent841814260af8c83494c1b23d1d82f62a42738734 (diff)
downloadaur-8f08c62a1f8360fb5fc39350c792ba133f8e7055.tar.gz
Use HTTPS URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4602a39822f..05ecf70673f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="The GNU Compiler Collection for the ${_target} target."
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
-url="http://gcc.gnu.org"
+url="https://gcc.gnu.org"
depends=("${_target}-binutils" 'libmpc' 'elfutils')
options=('staticlibs' '!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs' '!strip')
source=("https://ftp.gnu.org/pub/gnu/gcc/gcc-${pkgver}/gcc-${pkgver}.tar.bz2"