summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-01-04 20:32:16 -0500
committerChris Severance2016-01-04 20:32:16 -0500
commita8a9397a5e4276e87cfb6ed0d778d44c8725fda9 (patch)
tree480c02b829337fae4903dec02900372932e2cf91
parent55dabb5e9498f3fd45e14a52314577e0a6c80609 (diff)
downloadaur-a8a9397a5e4276e87cfb6ed0d778d44c8725fda9.tar.gz
Quick fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03d28771d6a4..1bca974ab0e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 00:52:38 UTC 2016
+# Tue Jan 5 01:32:01 UTC 2016
pkgbase = gcc45
pkgdesc = The GNU Compiler Collection (4.5.x)
pkgver = 4.5.4
@@ -23,7 +23,6 @@ pkgbase = gcc45
depends = isl
depends = cloog
depends = elfutils
- provides = gcc=4.5.4
conflicts = gcc45-multilib
options = !libtool
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 48ddfbe47199..e986f324c921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,6 @@ url='http://gcc.gnu.org'
license=('GPL' 'LGPL' 'custom')
depends=('glibc' 'binutils' 'gmp' 'mpfr' 'libmpc' 'ppl' 'isl' 'cloog' 'elfutils')
makedepends=('flex' 'bison' 'setconf' 'gcc49') # gcc48 also works if you change -4.9 below
-provides=("gcc=${pkgver}")
conflicts=('gcc45-multilib')
options=('!libtool' '!buildflags' 'staticlibs')
source=("http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2"