summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAltoXorg2024-05-31 14:19:52 +0800
committerAltoXorg2024-05-31 14:19:52 +0800
commit210c3fd193a3f3cefda5ff084cafd1aaad35b96d (patch)
tree24e3f8bf060df1d121659f296c142a44403b13d0 /PKGBUILD
parent9c2461bf18edfaa2c9ecf5b0418a8169874f9759 (diff)
downloadaur-mips-linux-gnu-binutils.tar.gz
add aarch64 and pgp keys
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a90b73b09fd..e797e41b93b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Moon Sungjoon <sumoon at seoulsaram dot org>
+# Maintainer: AltoXorg <machinademoniko AT gmail DOT com>
+# Contributor: Moon Sungjoon <sumoon at seoulsaram dot org>
# Contributor: Alex Bates <hi@imalex.xyz>
_target=mips-linux-gnu
@@ -6,12 +7,14 @@ pkgname=$_target-binutils
pkgver=2.39
pkgrel=1
pkgdesc='A set of programs to assemble and manipulate binary and object files for the MIPS target'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url='http://www.gnu.org/software/binutils/'
license=('GPL')
depends=('zlib' 'libelf')
-source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2")
-sha512sums=('faa592dd48fc715901ad704ac96dbd34b1792c51e77c7a92a387964b0700703c74be07de45cc4751945c8c0674368c73dc17bbc563d1d2cd235b5ebd8c6e7efb')
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha512sums=('faa592dd48fc715901ad704ac96dbd34b1792c51e77c7a92a387964b0700703c74be07de45cc4751945c8c0674368c73dc17bbc563d1d2cd235b5ebd8c6e7efb'
+ 'SKIP')
+validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
prepare() {
cd binutils-${pkgver}