summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-02-13 23:46:14 -0500
committerJames P. Harvey2019-02-13 23:46:14 -0500
commit037117d5774c21421ffc9380aed08b066357227a (patch)
tree8b584c7e9d1ad28ed90ba7055e88343c53448634
parent103b841779e487862a065a3f59287748c50496ec (diff)
downloadaur-037117d5774c21421ffc9380aed08b066357227a.tar.gz
-git package shouldn't be part of group 'base-devel'.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed45d94dbed..28742a142acf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = binutils-git
pkgdesc = A set of programs to assemble and manipulate binary and object files (git master developmental version)
- pkgver = 2.31.r95795.4de5434b69
+ pkgver = 2.32.r96649.2988d01ea5
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
- groups = base-devel
license = GPL
checkdepends = dejagnu
checkdepends = bc
diff --git a/PKGBUILD b/PKGBUILD
index 0f19213a259a..ccf8199f43ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Modifications to Use Git Master Source
# ======================================
# Maintainer: James P. Harvey <jamespharvey20 at gmail dot com>
-# * This PKGFILE as closely as possible matches core's binutils 2.31.1-3
+# * This PKGFILE as closely as possible matches core's binutils 2.31.1-4
# * All namcap warnings and errors are identical, other than:
# * Warning libraries libopcodes and libbfd are uninstalled dependencies
# * This is referencing itself, and the -git version is not installed in a chroot build because binutils is already installed, and it defaults to 'no' for the conflict
@@ -17,13 +17,12 @@
pkgname=binutils-git
_pkgname=binutils-gdb
-pkgver=2.31.r95795.4de5434b69
+pkgver=2.32.r96649.2988d01ea5
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files (git master developmental version)'
arch=(x86_64)
url='http://www.gnu.org/software/binutils/'
license=(GPL)
-groups=(base-devel)
depends=(glibc zlib)
makedepends=(git)
checkdepends=(dejagnu bc)