diff options
author | thatmadhacker <finman292004@gmail.com> | 2019-08-16 10:43:29 -0400 |
---|---|---|
committer | thatmadhacker <finman292004@gmail.com> | 2019-08-16 10:43:29 -0400 |
commit | 1739989bf0e00336eb92e56d05818ae9d189f7fb (patch) | |
tree | 64d90d2d2ea5478565fae22ce60adcf6733f834b /.SRCINFO | |
parent | respect arch packaging standards (diff) | |
download | i686-elf-binutils-1739989bf0e00336eb92e56d05818ae9d189f7fb.tar.xz |
Fixed the build and updated binutils
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,15 +1,17 @@ pkgbase = i686-elf-binutils pkgdesc = A set of programs to assemble and manipulate binary and object files for the i686-elf target - pkgver = 2.29 + pkgver = 2.32 pkgrel = 2 url = http://www.gnu.org/software/binutils/ arch = i686 arch = x86_64 license = GPL depends = zlib - source = http://mirrors.kernel.org/gnu/binutils/binutils-2.29.tar.xz + options = !emptydirs + options = !docs + source = http://mirrors.kernel.org/gnu/binutils/binutils-2.32.tar.xz source = libiberty-ignore-cflags.patch - sha256sums = 0b871e271c4c620444f8264f72143b4d224aa305306d85dd77ab8dce785b1e85 + sha256sums = 0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04 sha256sums = 8b2aea00e98f7c311b1d0fb14e4b435a03c65fde32bc992c924edb6fa7b83c9c pkgname = i686-elf-binutils |