fix pkgbuild

This commit is contained in:
pompurin404 2024-08-16 16:53:49 +08:00
parent e652828700
commit d9f190796f
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View File

@ -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(){

View File

@ -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(){

View File

@ -1,5 +1,5 @@
### Bug Fixes
- 修复某些Windows设备无法启动的问题
- 修复中用户名开机启动设置失败的问题
- 修复中用户名开机启动设置失败的问题
- 修复AUR包安装失败的问题