diff options
author | David P <megver83@parabola.nu> | 2018-04-09 21:06:45 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-04-09 21:06:45 -0300 |
commit | ed667219682a523e1d192e36c7a37f5cea504c72 (patch) | |
tree | e4db88fe7d4a844b2598c8a84d63050cfce9b5af /libre/sh-elf-binutils | |
parent | d1413a023232d1c2839a7c2fdaacc6d5a3515d71 (diff) | |
download | abslibre-ed667219682a523e1d192e36c7a37f5cea504c72.tar.gz abslibre-ed667219682a523e1d192e36c7a37f5cea504c72.tar.bz2 abslibre-ed667219682a523e1d192e36c7a37f5cea504c72.zip |
libre/sh-elf-binutils: change pkgdecs
Diffstat (limited to 'libre/sh-elf-binutils')
-rw-r--r-- | libre/sh-elf-binutils/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/sh-elf-binutils/PKGBUILD b/libre/sh-elf-binutils/PKGBUILD index c0d7d02a2..9f5cb6367 100644 --- a/libre/sh-elf-binutils/PKGBUILD +++ b/libre/sh-elf-binutils/PKGBUILD @@ -3,8 +3,8 @@ _target=sh-elf pkgname=$_target-binutils pkgver=2.29.1 -pkgrel=1 -pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM GNU EABI target' +pkgrel=1.1 +pkgdesc='A set of programs to assemble and manipulate binary and object files for the $_target target' arch=('x86_64' 'i686' 'armv7h') url='http://www.gnu.org/software/binutils/' license=(GPL) |