summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d78b43faef0..f6b710dc1a08 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 = 3
+ pkgrel = 2
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 = powerpc-linux-gnu-binutils>=2.30-1
+ depends = powerpc64-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 7f194467e97a..932f5e417f7f 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=3
+pkgrel=2
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=("powerpc-linux-gnu-binutils>=2.30-1" "${_target}-glibc-headers>=2.27-1" libmpc zlib)
+depends=("${_target}-binutils>=2.30-1" "${_target}-glibc-headers>=2.27-1" libmpc zlib)
options=(!emptydirs !distcc !strip)
conflicts=("${_target}-gcc-stage1")
replaces=("${_target}-gcc-stage1")