summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schmidt2018-08-09 16:24:52 +0200
committerStefan Schmidt2018-08-09 16:24:52 +0200
commitc33f1345b1e9f0ff538f2dfbc55b608894bda78c (patch)
treed3aa2a1646a8019db96efdfc48a6f2074eea65fe
parentef5a0bd84db0ec46a7846978610515d00e6ad729 (diff)
downloadaur-c33f1345b1e9f0ff538f2dfbc55b608894bda78c.tar.gz
Fix building
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b710dc1a08..0d78b43faef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = powerpc64-linux-gnu-gcc-stage2
pkgdesc = The GNU Compiler Collection. Stage 2 for toolchain building (powerpc64-linux-gnu)
pkgver = 8.1.0
- pkgrel = 2
+ pkgrel = 3
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = powerpc64-linux-gnu-gcc-stage2
license = LGPL
license = FDL
license = custom
- depends = powerpc64-linux-gnu-binutils>=2.30-1
+ depends = powerpc-linux-gnu-binutils>=2.30-1
depends = powerpc64-linux-gnu-glibc-headers>=2.27-1
depends = libmpc
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 932f5e417f7f..7f194467e97a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ pkgname=${_target}-gcc-stage2
pkgver=8.1.0
_majorver=${pkgver:0:1}
_islver=0.18
-pkgrel=2
+pkgrel=3
pkgdesc="The GNU Compiler Collection. Stage 2 for toolchain building (${_target})"
arch=(i686 x86_64)
license=(GPL LGPL FDL custom)
url='http://gcc.gnu.org'
-depends=("${_target}-binutils>=2.30-1" "${_target}-glibc-headers>=2.27-1" libmpc zlib)
+depends=("powerpc-linux-gnu-binutils>=2.30-1" "${_target}-glibc-headers>=2.27-1" libmpc zlib)
options=(!emptydirs !distcc !strip)
conflicts=("${_target}-gcc-stage1")
replaces=("${_target}-gcc-stage1")