mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Initial upload
This commit is contained in:
parent
355b2a4d1e
commit
ecec37db5b
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -11,6 +11,6 @@ pkgbase = ceru-music-appimage
|
|||
conflicts = ceru-music
|
||||
options = !strip
|
||||
source_x86_64 = ceru-music-1.8.1-linux-x86_64.AppImage::https://github.com/timeshiftsauce/CeruMusic/releases/download/v1.8.1/ceru-music-1.8.1-linux-x86_64.AppImage
|
||||
sha256sums_x86_64 = b0cc1bcabbd61b4d3fb3db62552553609df1e3375ad1dfecc483b84a1d0b3588
|
||||
sha256sums_x86_64 = 83bef1f0a1acd3b2793b92cf66f13adbbe14aba8aea98250fd71c78565ef43e5
|
||||
|
||||
pkgname = ceru-music-appimage
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -20,7 +20,7 @@ source_x86_64=(
|
|||
|
||||
# SHA256 校验和(建议填写真实值,“SKIP” 仅用于测试)
|
||||
# 获取方式:下载后运行 `sha256sum ceru-music-1.8.0-linux-x86_64.AppImage`
|
||||
sha256sums_x86_64=('b0cc1bcabbd61b4d3fb3db62552553609df1e3375ad1dfecc483b84a1d0b3588') # 替换为真实 SHA256 值以通过校验
|
||||
sha256sums_x86_64=('83bef1f0a1acd3b2793b92cf66f13adbbe14aba8aea98250fd71c78565ef43e5') # 替换为真实 SHA256 值以通过校验
|
||||
|
||||
prepare() {
|
||||
# 赋予 AppImage 可执行权限
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue