summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2016-03-29 12:12:00 -0400
committercyrozap2016-03-29 12:12:00 -0400
commit8f08c62a1f8360fb5fc39350c792ba133f8e7055 (patch)
tree8c8c857d833b7345701736058e19b9a231f6fdbd
parent841814260af8c83494c1b23d1d82f62a42738734 (diff)
downloadaur-8f08c62a1f8360fb5fc39350c792ba133f8e7055.tar.gz
Use HTTPS URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ed1d069b0d..5c10b3e7fdf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Mar 13 04:52:57 UTC 2016
+# Tue Mar 29 16:11:19 UTC 2016
pkgbase = lm32-elf-gcc
pkgdesc = The GNU Compiler Collection for the lm32-elf target.
pkgver = 5.3.0
pkgrel = 1
- url = http://gcc.gnu.org
+ url = https://gcc.gnu.org
arch = i686
arch = x86_64
license = GPL
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"