Date: Wednesday, February 5, 2020 @ 06:08:07 Author: bpiotrowski Revision: 374612
2.34-1 Modified: binutils/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-05 05:23:12 UTC (rev 374611) +++ PKGBUILD 2020-02-05 06:08:07 UTC (rev 374612) @@ -4,8 +4,8 @@ # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc pkgname=binutils -pkgver=2.33.1 -pkgrel=2 +pkgver=2.34 +pkgrel=1 pkgdesc='A set of programs to assemble and manipulate binary and object files' arch=(x86_64) url='https://www.gnu.org/software/binutils/' @@ -18,7 +18,7 @@ options=(staticlibs !distcc !ccache) source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig}) validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F) -md5sums=('9406231b7d9dd93731c2d06cefe8aaf1' +md5sums=('664ec3a2df7805ed3464639aaae332d6' 'SKIP') prepare() {
