summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2017-01-06 14:35:25 -0800
committerTyler Veness2017-01-06 14:35:25 -0800
commitc293427ffb9d440954640ce03de3b862359226f3 (patch)
tree4deb3a6a5cdd75a67d83c7e844414a1c7650475d
parent9bc856def029d30a291afe1ee393b49e0acb7bfb (diff)
downloadaur-c293427ffb9d440954640ce03de3b862359226f3.tar.gz
Changed group to frc-2017
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c24670bab93..8b1f27eaa18d 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 = 3
+ pkgrel = 4
url = http://gcc.gnu.org
arch = i686
arch = x86_64
- groups = frc-2016
+ groups = frc-2017
license = GPL
license = LGPL
depends = arm-frc-linux-gnueabi-binutils
diff --git a/PKGBUILD b/PKGBUILD
index d758475afa44..411ac63d28fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_target="arm-frc-linux-gnueabi"
pkgname=${_target}-gcc
pkgver=4.9.4
-pkgrel=3
+pkgrel=4
pkgdesc="The GNU Compiler Collection (${_target})"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
url="http://gcc.gnu.org"
-groups=('frc-2016')
+groups=('frc-2017')
depends=("${_target}-binutils" "${_target}-eglibc" 'libmpc' 'elfutils')
options=('!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs'
'!strip' 'staticlibs')