summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhviehstah2017-12-31 03:55:25 +0100
committermuhviehstah2017-12-31 03:55:25 +0100
commit96743f77bb737195b387b49230a0f82ac703a1c7 (patch)
tree7338102c88479b4ccd11f066d1bd46d8416f2096
parent9a3774c550c9dffef2358effafd094a4c3f95c06 (diff)
downloadaur-96743f77bb737195b387b49230a0f82ac703a1c7.tar.gz
initial
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 092ccad626d8..e269a5e4edf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = arm-none-eabi-linaro-binutils
- pkgdesc = A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target
+ pkgdesc = A set of pograms to assemble and manipulate binary and object files for the ARM EABI target with extra flags
pkgver = 2.29.1
pkgrel = 1
url = http://www.gnu.org/software/binutils/
diff --git a/PKGBUILD b/PKGBUILD
index da5780fb7182..9c74ea60a594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
-# Contributor: Martin Schmölzer <mschmoelzer@gmail.com>
+# Maintainer: Timo Sarawinski <t.sarawinski@gmail.com>
_target=arm-none-eabi
pkgname=$_target-linaro-binutils
pkgver=2.29.1
pkgrel=1
#_commit=2bd25930
-pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target'
+pkgdesc='A set of pograms to assemble and manipulate binary and object files for the ARM EABI target with extra flags'
arch=(x86_64)
url='http://www.gnu.org/software/binutils/'
license=(GPL)