summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-12 23:45:50 -0400
committerJames P. Harvey2018-10-12 23:45:50 -0400
commit4cb817ab113778faee81e41a001e178d64cf4a87 (patch)
tree4ccf1cf3b4610bcd3b2607051cec64725c0779b2
parentcafe1025965dd8122b5392f9522e0d538b1dad74 (diff)
downloadaur-4cb817ab113778faee81e41a001e178d64cf4a87.tar.gz
Mirrored core's: Remove i686 from arch=()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdb1ed55454a..021a67d1ccd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = binutils-git
pkgdesc = A set of programs to assemble and manipulate binary and object files (git master developmental version)
- pkgver = 2.29.r91268.dd66b39984
+ pkgver = 2.29.r92431.be7f761188
pkgrel = 1
url = http://www.gnu.org/software/binutils/
- arch = i686
arch = x86_64
groups = base-devel
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 1fdd29911226..b70139486d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,10 +18,10 @@
pkgname=binutils-git
_pkgname=binutils-gdb
-pkgver=2.29.r91268.dd66b39984
+pkgver=2.29.r92431.be7f761188
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files (git master developmental version)'
-arch=(i686 x86_64)
+arch=(x86_64)
url='http://www.gnu.org/software/binutils/'
license=(GPL)
groups=('base-devel')