summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2016-01-08 00:43:01 -0800
committerTyler Veness2016-01-08 00:43:01 -0800
commit6b40cee595a3b795f327a460d2188d9d5be66acf (patch)
treead23e30af640cbcf6ac5313eb2e46f57ef305955
parent7808c83aa0a16030e17fc186ebca3a5bbb7bace4 (diff)
downloadaur-6b40cee595a3b795f327a460d2188d9d5be66acf.tar.gz
Changed group to frc-2016
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df1109c7362d..70c973f35586 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.3
- pkgrel = 1
+ pkgrel = 3
url = http://gcc.gnu.org
arch = i686
arch = x86_64
- groups = frc-2015
+ groups = frc-2016
license = GPL
license = LGPL
depends = arm-frc-linux-gnueabi-binutils
@@ -22,7 +22,7 @@ pkgbase = arm-frc-linux-gnueabi-gcc
source = ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.9.3/gcc-4.9.3.tar.bz2
source = minorSOname.patch
source = no-nested-deprecated-warnings.patch
- md5sums = fddf71348546af523353bd43d34919c1
+ md5sums = 6f831b4d251872736e8e9cc09746f327
md5sums = eac80070a6324fc67ed5b3ac85551789
md5sums = 507f0b6c95ad5ff8e436697ae093a10d
diff --git a/PKGBUILD b/PKGBUILD
index 3b5d318ac1cf..73709cd54a8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_target="arm-frc-linux-gnueabi"
pkgname=${_target}-gcc
pkgver=4.9.3
-pkgrel=2
+pkgrel=3
pkgdesc="The GNU Compiler Collection (${_target})"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
url="http://gcc.gnu.org"
-groups=('frc-2015')
+groups=('frc-2016')
depends=("${_target}-binutils" "${_target}-eglibc" 'libmpc' 'elfutils')
options=('!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs'
'!strip' 'staticlibs')