summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiaotian Wu2022-09-11 22:38:04 +0800
committerXiaotian Wu2022-09-11 22:38:04 +0800
commit27486017f25daecdf257868e2eb9e1b5e7007177 (patch)
treefd0e39fb1dccc49a50711474d4f8dbfc15722bd1 /PKGBUILD
parent9f2828e8903bbbd98b9ad8d7c0f0e2bcb54817b5 (diff)
downloadaur-loongarch64-linux-gnu-gcc-bootstrap.tar.gz
update depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af9a0c25a435..34c27ce122f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url='https://gcc.gnu.org/'
license=('GPL' 'LGPL' 'FDL')
groups=('loongarch')
-depends=("$_target-binutils" "$_target-linux-api-headers")
+makedepends=("$_target-binutils" "$_target-linux-api-headers")
options=('!emptydirs' '!strip')
provides=($_target-gcc)
conflicts=($_target-gcc)