summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2017-01-06 14:32:59 -0800
committerTyler Veness2017-01-06 14:32:59 -0800
commit29b93b8fd02916b32ba2f4e5c5e2e4989a53f973 (patch)
tree2238888074dcdf429651fa26557d11fa97f6284f
parent5d95af3e36000e08fbb4907aa8c3b511449ba30f (diff)
downloadaur-29b93b8fd02916b32ba2f4e5c5e2e4989a53f973.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 ff0968b582da..15eac7b7c9b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = arm-frc-linux-gnueabi-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (arm-frc-linux-gnueabi)
pkgver = 2.27
- pkgrel = 1
+ pkgrel = 2
url = http://sources.redhat.com/binutils
arch = i686
arch = x86_64
- groups = frc-2016
+ groups = frc-2017
license = GPL
depends = glibc
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 884c111ee003..2f894a5ef098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_target="arm-frc-linux-gnueabi"
pkgname=${_target}-binutils
pkgver=2.27
-pkgrel=1
+pkgrel=2
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=(i686 x86_64)
license=(GPL)
options=(!libtool !buildflags !emptydirs)
url="http://sources.redhat.com/binutils"
-groups=('frc-2016')
+groups=('frc-2017')
depends=('glibc')
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2)
md5sums=('2869c9bf3e60ee97c74ac2a6bf4e9d68')