update
This commit is contained in:
parent
109b6afeb9
commit
e687504724
2
.SRCINFO
2
.SRCINFO
@ -7,7 +7,7 @@ pkgbase = arm-linux-musl
|
|||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
license = MIT
|
license = MIT
|
||||||
depends = armv7l-linux-gnueabihf-gcc
|
depends = arm-linux-gnueabihf-gcc
|
||||||
options = staticlibs
|
options = staticlibs
|
||||||
options = !buildflags
|
options = !buildflags
|
||||||
options = !strip
|
options = !strip
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'aarch64')
|
|||||||
url='https://musl.libc.org'
|
url='https://musl.libc.org'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
options=('staticlibs' '!buildflags' '!strip')
|
options=('staticlibs' '!buildflags' '!strip')
|
||||||
depends=('armv7l-linux-gnueabihf-gcc')
|
depends=('arm-linux-gnueabihf-gcc')
|
||||||
source=(git+https://gitea.classfun.cn:4443/mirrors/musl.git)
|
source=(git+https://gitea.classfun.cn:4443/mirrors/musl.git)
|
||||||
sha512sums=('SKIP')
|
sha512sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user