diff options
author | David P <megver83@parabola.nu> | 2018-04-10 10:10:16 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-04-10 10:10:16 -0300 |
commit | c0501eec56fa00d8eb90f792e7f540238d3fba93 (patch) | |
tree | bb358e3445298b4d2de6621471e59f5780774503 /libre/sh-elf-binutils | |
parent | c15ddf611362e0498df0198555ccad207496e918 (diff) | |
download | abslibre-c0501eec56fa00d8eb90f792e7f540238d3fba93.tar.gz abslibre-c0501eec56fa00d8eb90f792e7f540238d3fba93.tar.bz2 abslibre-c0501eec56fa00d8eb90f792e7f540238d3fba93.zip |
libre/sh-elf-binutils: change (again) the pkgdesc
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 9f5cb6367..c2f6e3159 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.1 -pkgdesc='A set of programs to assemble and manipulate binary and object files for the $_target target' +pkgrel=1.2 +pkgdesc='A set of programs to assemble and manipulate binary and object files' arch=('x86_64' 'i686' 'armv7h') url='http://www.gnu.org/software/binutils/' license=(GPL) |