From e687504724b7440186bc08e0efb0549293293277 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Fri, 20 Sep 2024 17:10:58 +0800 Subject: [PATCH] update --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 568827b..d06f1f1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,7 +7,7 @@ pkgbase = arm-linux-musl arch = x86_64 arch = aarch64 license = MIT - depends = armv7l-linux-gnueabihf-gcc + depends = arm-linux-gnueabihf-gcc options = staticlibs options = !buildflags options = !strip diff --git a/PKGBUILD b/PKGBUILD index 2854e9e..f68e5eb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'aarch64') url='https://musl.libc.org' license=('MIT') options=('staticlibs' '!buildflags' '!strip') -depends=('armv7l-linux-gnueabihf-gcc') +depends=('arm-linux-gnueabihf-gcc') source=(git+https://gitea.classfun.cn:4443/mirrors/musl.git) sha512sums=('SKIP')