From 4629e1c244be164abc40a4c6ef324d14e1b49eb0 Mon Sep 17 00:00:00 2001 From: Allen Wild Date: Fri, 22 Jan 2021 14:54:38 -0500 Subject: [PATCH] fix depends vs makedepends Move aarch64-linux-gnu-gcc to depends rather than makedepends, since it's a runtime requirement of musl. Drop aarch64-linux-gnu-binutils because it's implicitly pulled in via gcc. Thanks to AUR user @mtorromeo for pointing this out. --- .SRCINFO | 5 ++--- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9aeb624..1e5ba3b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,12 @@ pkgbase = aarch64-linux-musl pkgdesc = Lightweight implementation of C standard library pkgver = 1.2.1 - pkgrel = 1 + pkgrel = 2 url = https://musl.libc.org arch = i686 arch = x86_64 license = MIT - makedepends = aarch64-linux-gnu-binutils - makedepends = aarch64-linux-gnu-gcc + depends = aarch64-linux-gnu-gcc options = staticlibs options = !buildflags options = !strip diff --git a/PKGBUILD b/PKGBUILD index 835da76..3ffa6cb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,13 +3,13 @@ pkgname=aarch64-linux-musl pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Lightweight implementation of C standard library' arch=('i686' 'x86_64') url='https://musl.libc.org' license=('MIT') options=('staticlibs' '!buildflags' '!strip') -makedepends=('aarch64-linux-gnu-binutils' 'aarch64-linux-gnu-gcc') +depends=('aarch64-linux-gnu-gcc') validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F') source=(https://musl.libc.org/releases/musl-${pkgver}.tar.gz{,.asc}) sha256sums=('68af6e18539f646f9c41a3a2bb25be4a5cfa5a8f65f0bb647fd2bbfdf877e84b'