summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schmidt2018-08-09 16:39:55 +0200
committerStefan Schmidt2018-08-09 16:39:55 +0200
commita4d0e06b9a7da6bd6129f227eda5d4bf5da9dce1 (patch)
tree4f6434c37cc396e2e68a7a26e05c51287e74aca3
parentc33f1345b1e9f0ff538f2dfbc55b608894bda78c (diff)
downloadaur-a4d0e06b9a7da6bd6129f227eda5d4bf5da9dce1.tar.gz
Revert "Fix building"
This reverts commit c33f1345b1e9f0ff538f2dfbc55b608894bda78c.
-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")