summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAllen Wild2021-01-22 14:54:38 -0500
committerAllen Wild2021-01-22 14:54:38 -0500
commit4629e1c244be164abc40a4c6ef324d14e1b49eb0 (patch)
treeca4d8c5791118931ce5acbf8393baf1be2a78902 /.SRCINFO
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.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 2 insertions, 3 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