summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56a2d80d2250..2e00bccb9bcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = arm-linux-gnueabihf-gcc-linaro-bin
- pkgdesc = The GNU Compiler Collection - cross compiler for ARMv7 EABI hard float target.
+ pkgdesc = The GNU Compiler Collection- cross compiler for ARMv7 EABI hard float target. (Linaro)
pkgver = 7.5
pkgrel = 0
url = http://releases.linaro.org/components/toolchain/binaries
@@ -7,11 +7,6 @@ pkgbase = arm-linux-gnueabihf-gcc-linaro-bin
groups = arm-linux-gnueabihf-toolchain-linaro-bin
license = GPL
license = LGPL
- depends = arm-linux-gnueabihf-binutils>=2.36.1-1
- depends = arm-linux-gnueabihf-glibc>=2.33-3
- depends = libmpc
- depends = elfutils
- depends = zlib
conflicts = arm-linux-gnueabihf-gcc
replaces = arm-linux-gnueabihf-gcc
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 178e0a8a5d0c..d10c7cb45a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ pkgname=${_target}-${_compiler_name}-bin
pkgver=7.5
pkgrel=0
epoch=
-pkgdesc="The GNU Compiler Collection - cross compiler for ARMv7 EABI hard float target."
+pkgdesc="The GNU Compiler Collection- cross compiler for ARMv7 EABI hard float target. (Linaro)"
arch=('x86_64')
url="http://releases.linaro.org/components/toolchain/binaries"
license=('GPL' 'LGPL')
groups=(${_target}-toolchain-linaro-bin)
-depends=("${_target}-binutils>=2.36.1-1" "${_target}-glibc>=2.33-3" libmpc elfutils zlib)
+depends=()
makedepends=()
checkdepends=()
optdepends=()