From 6d7fd8a9a340409eb7e0fd481d954ffd7b3d47f1 Mon Sep 17 00:00:00 2001 From: Alexpux Date: Fri, 22 Nov 2013 09:25:52 +0400 Subject: [PATCH] binutils: fix version --- binutils/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/PKGBUILD b/binutils/PKGBUILD index bc23d2eb..46b7e5f0 100644 --- a/binutils/PKGBUILD +++ b/binutils/PKGBUILD @@ -2,7 +2,7 @@ pkgname=binutils _basever=2.24.51 -pkgver=${_basever}.20131119 +pkgver=${_basever}.20131121 pkgrel=1 pkgdesc="A set of programs to assemble and manipulate binary and object files" arch=('i686' 'x86_64')