fix pkgbuild

This commit is contained in:
pompurin404
2024-08-16 16:53:49 +08:00
parent e652828700
commit d9f190796f
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(){