summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorc0repwn3r2022-03-18 15:57:38 -0400
committerc0repwn3r2022-03-18 15:57:38 -0400
commit1b18dbc32c98cb45bd30fa18a025ead19624432e (patch)
tree631877131b6280fefbdd892af0c17a98c7db452d /PKGBUILD
parent29eca226b295b2069d5c7aff3807e22f1702b658 (diff)
downloadaur-1b18dbc32c98cb45bd30fa18a025ead19624432e.tar.gz
Fix dependencies (add binutils for i386)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 058343e4ac71..b62d6d292878 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: c0repwn3r <core@coredoes.dev>
pkgname=i386-elf-gcc
pkgver=11.2.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="GNU gcc for the i386- toolchain"
arch=(x86_64)
@@ -9,7 +9,7 @@ url="https://www.gnu.org/software/gcc"
license=('GPL')
groups=(i386-elf-toolchain)
makedepends=(gmp mpfr gcc)
-depends=(xz libmpc)
+depends=(xz libmpc i386-elf-binutils)
source=(
"http://ftpmirror.gnu.org/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz"
"gcc11-Wno-format-security.patch" # https://bugs.archlinux.org/task/70701