mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 03:32:17 +08:00
fix pkgbuild
This commit is contained in:
parent
e652828700
commit
d9f190796f
|
@ -14,11 +14,11 @@ install=$_pkgname.install
|
|||
source=(
|
||||
"${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
|
||||
"${_pkgname}.sh"
|
||||
)
|
||||
)
|
||||
sha256sums=(
|
||||
"52d761e9432e17477acb8adb5744676df946476e0eb5210fee2b6d45f497f218"
|
||||
"560733f0e5bd9b47ff50c849301c8a22ae17a5df26830d8c97033dfcbd392382"
|
||||
)
|
||||
)
|
||||
options=('!lto')
|
||||
|
||||
prepare(){
|
||||
|
|
|
@ -13,11 +13,11 @@ install=$pkgname.install
|
|||
source=(
|
||||
"${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
|
||||
"${pkgname}.sh"
|
||||
)
|
||||
)
|
||||
sha256sums=(
|
||||
"52d761e9432e17477acb8adb5744676df946476e0eb5210fee2b6d45f497f218"
|
||||
"f8049c1f26d5a92fbcebd7bebbdedbb3eab53422b21cf6127418251ccd061282"
|
||||
)
|
||||
)
|
||||
options=('!lto')
|
||||
|
||||
prepare(){
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
### Bug Fixes
|
||||
|
||||
- 修复某些Windows设备无法启动的问题
|
||||
- 修复中午用户名开机启动设置失败的问题
|
||||
- 修复中文用户名开机启动设置失败的问题
|
||||
- 修复AUR包安装失败的问题
|
||||
|
|
Loading…
Reference in New Issue
Block a user