mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
Update to 1.8.5
Automated build and publish via GitHub Actions. Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a4d67a265b
commit
91079c8b64
2 changed files with 5 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = slive-bin
|
||||
pkgdesc = 基于Flutter的聚合直播软件,支持多平台直播源聚合与观看。
|
||||
pkgver = 1.8.5
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/SlotSun/dart_simple_live
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
pkgname=slive-bin
|
||||
_pkgname=slive
|
||||
pkgver=1.8.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="基于Flutter的聚合直播软件,支持多平台直播源聚合与观看。"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/SlotSun/dart_simple_live"
|
||||
|
|
@ -22,7 +22,9 @@ package() {
|
|||
local app_id="io.github.SlotSun.Slive"
|
||||
|
||||
install -d "${pkgdir}/opt/Slive" "${pkgdir}/usr/bin"
|
||||
cp -a "${app_id}" data lib "${pkgdir}/opt/Slive/"
|
||||
install -Dm755 "${app_id}" "${pkgdir}/opt/Slive/${app_id}"
|
||||
|
||||
cp -a data lib "${pkgdir}/opt/Slive/"
|
||||
ln -s "/opt/Slive/${app_id}" "${pkgdir}/usr/bin/${app_id}"
|
||||
|
||||
# 安装图标和桌面文件
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue