summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Wild2021-01-22 14:54:38 -0500
committerAllen Wild2021-01-22 14:54:38 -0500
commit4629e1c244be164abc40a4c6ef324d14e1b49eb0 (patch)
treeca4d8c5791118931ce5acbf8393baf1be2a78902
parent6eb395ff8e1f9ebc99d3eb01c1f7571e391b76ae (diff)
downloadaur-4629e1c244be164abc40a4c6ef324d14e1b49eb0.tar.gz
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.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aeb6241ee1c..1e5ba3bd54cd 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 835da7656b7b..3ffa6cba20bf 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'