summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2016-08-14 01:15:11 -0700
committerTyler Veness2016-08-14 12:58:11 -0700
commitfd4b44f5b95d21b533d3e071b55fc31ab32c5205 (patch)
tree69fcdf2359c83bdbf229fa2c56a979f1357fdd6d
parent6b40cee595a3b795f327a460d2188d9d5be66acf (diff)
downloadaur-fd4b44f5b95d21b533d3e071b55fc31ab32c5205.tar.gz
upgpkg: arm-frc-linux-gnueabi-gcc 4.9.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70c973f35586..f6aa3a2a0a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-frc-linux-gnueabi-gcc
pkgdesc = The GNU Compiler Collection (arm-frc-linux-gnueabi)
- pkgver = 4.9.3
- pkgrel = 3
+ pkgver = 4.9.4
+ pkgrel = 1
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -19,10 +19,10 @@ pkgbase = arm-frc-linux-gnueabi-gcc
options = docs
options = !strip
options = staticlibs
- source = ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.9.3/gcc-4.9.3.tar.bz2
+ source = ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.9.4/gcc-4.9.4.tar.bz2
source = minorSOname.patch
source = no-nested-deprecated-warnings.patch
- md5sums = 6f831b4d251872736e8e9cc09746f327
+ md5sums = 87c24a4090c1577ba817ec6882602491
md5sums = eac80070a6324fc67ed5b3ac85551789
md5sums = 507f0b6c95ad5ff8e436697ae093a10d
diff --git a/PKGBUILD b/PKGBUILD
index 73709cd54a8c..dccdf65bd08c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target="arm-frc-linux-gnueabi"
pkgname=${_target}-gcc
-pkgver=4.9.3
-pkgrel=3
+pkgver=4.9.4
+pkgrel=1
pkgdesc="The GNU Compiler Collection (${_target})"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
@@ -15,7 +15,7 @@ options=('!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs'
source=("ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2"
"minorSOname.patch"
"no-nested-deprecated-warnings.patch")
-md5sums=('6f831b4d251872736e8e9cc09746f327'
+md5sums=('87c24a4090c1577ba817ec6882602491'
'eac80070a6324fc67ed5b3ac85551789'
'507f0b6c95ad5ff8e436697ae093a10d')