fix: remove unnecessary kmod runtime depend
This commit is contained in:
parent
4405d0269e
commit
ae917e2554
@ -11,9 +11,8 @@ HASHES=("6165867e1836d51795a11ea4762ff66a")
|
|||||||
DEPENDS=(
|
DEPENDS=(
|
||||||
"glibc" "openssl" "xz"
|
"glibc" "openssl" "xz"
|
||||||
"zlib" "zstd" "libelf"
|
"zlib" "zstd" "libelf"
|
||||||
"linux"
|
|
||||||
)
|
)
|
||||||
BUILD=()
|
BUILD=("linux")
|
||||||
|
|
||||||
PACKAGE(){
|
PACKAGE(){
|
||||||
tar xf "${NAME}-${VERSION}.tar.xz"
|
tar xf "${NAME}-${VERSION}.tar.xz"
|
||||||
|
@ -5,7 +5,7 @@ VERSION="24.05"
|
|||||||
|
|
||||||
# required files
|
# required files
|
||||||
FILES=("https://git.matterlinux.xyz/Matter/mtsc/archive/${VERSION}.tar.gz")
|
FILES=("https://git.matterlinux.xyz/Matter/mtsc/archive/${VERSION}.tar.gz")
|
||||||
HASHES=("9d9ba6a83429e81bf54e22bbd66aba3040bc2f6ff804b14ac2ad9091b24df343")
|
HASHES=("665f6d417b7cc27bb6a467f6007921bb01ad6968bc1bb35093654143438d79bf")
|
||||||
|
|
||||||
# install and build depends
|
# install and build depends
|
||||||
DEPENDS=(
|
DEPENDS=(
|
||||||
|
Loading…
Reference in New Issue
Block a user