summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcurlywei2021-06-21 18:37:32 +0800
committercurlywei2021-06-21 18:37:32 +0800
commitf57c653d8141990568137ab7811cd29dfca9e484 (patch)
treed593ec47633b839c9b84e2ee1832f9372e1eb6d9 /PKGBUILD
parent623a6780bbe5e288ddce4412700a6a93bb34b8f7 (diff)
downloadaur-arm-linux-gnueabihf-gcc-linaro-bin.tar.gz
modify discript of this package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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=()