[arch-commits] Commit in binutils/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Mon Mar 6 05:53:59 UTC 2017


    Date: Monday, March 6, 2017 @ 05:53:59
  Author: allan
Revision: 290038

prepare update

Modified:
  binutils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-06 05:48:14 UTC (rev 290037)
+++ PKGBUILD	2017-03-06 05:53:59 UTC (rev 290038)
@@ -4,21 +4,21 @@
 # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=binutils
-pkgver=2.27
-pkgrel=1.90
-_commit=2870b1ba
+pkgver=2.28
+pkgrel=1
+_commit=7fa393306ed8b93019d225548474c0540b8928f7
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils/"
 license=('GPL')
 groups=('base-devel')
-depends=('glibc>=2.24' 'zlib')
+depends=('glibc>=2.25' 'zlib')
 makedepends=('git')
 checkdepends=('dejagnu' 'bc')
 conflicts=('binutils-multilib')
 replaces=('binutils-multilib')
 options=('staticlibs' '!distcc' '!ccache')
-source=(git://sourceware.org/git/binutils-gdb.git#commit=${_commit})
+source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit})
 md5sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list