summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2017-07-14 16:29:54 -0400
committerTyler Veness2017-07-14 16:29:54 -0400
commit4908d704c87096cf8fc4b16b4f96f210cfc0ef2c (patch)
tree21c69bc56ca0f818ade71d943b6c56a4b0f90dbe
parenta7399cc3bfaf53e50d728e62db7ae8f0d7c4900f (diff)
downloadaur-4908d704c87096cf8fc4b16b4f96f210cfc0ef2c.tar.gz
Changed group to frc-toolchain
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b1f27eaa18d..a9476eee75eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = arm-frc-linux-gnueabi-gcc
pkgdesc = The GNU Compiler Collection (arm-frc-linux-gnueabi)
pkgver = 4.9.4
- pkgrel = 4
+ pkgrel = 5
url = http://gcc.gnu.org
arch = i686
arch = x86_64
- groups = frc-2017
+ groups = frc-toolchain
license = GPL
license = LGPL
depends = arm-frc-linux-gnueabi-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 32e15df2054d..607d0c8baa19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_target="arm-frc-linux-gnueabi"
pkgname=${_target}-gcc
pkgver=4.9.4
-pkgrel=4
+pkgrel=5
pkgdesc="The GNU Compiler Collection (${_target})"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
url="http://gcc.gnu.org"
-groups=('frc-2017')
+groups=('frc-toolchain')
depends=("${_target}-binutils" "${_target}-eglibc" 'libmpc' 'elfutils')
options=('!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs'
'!strip' 'staticlibs')