mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Update to 1.8.7
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
b57e810898
commit
dcd3a84a82
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = slive
|
||||
pkgdesc = 基于Flutter的聚合直播软件,支持多平台直播源聚合与观看。
|
||||
pkgver = 1.8.5
|
||||
pkgver = 1.8.7
|
||||
pkgrel = 2
|
||||
url = https://github.com/SlotSun/dart_simple_live
|
||||
arch = x86_64
|
||||
|
|
@ -20,7 +20,7 @@ pkgbase = slive
|
|||
depends = libva
|
||||
depends = libxv
|
||||
depends = patchelf
|
||||
source = v1.8.5.tar.gz::https://github.com/SlotSun/dart_simple_live/archive/refs/tags/v1.8.5.tar.gz
|
||||
source = v1.8.7.tar.gz::https://github.com/SlotSun/dart_simple_live/archive/refs/tags/v1.8.7.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = slive
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Maintainer: SlotSun <slot_sun@outlook.com>
|
||||
pkgname=slive
|
||||
pkgver=1.8.5
|
||||
pkgver=1.8.7
|
||||
pkgrel=2
|
||||
pkgdesc="基于Flutter的聚合直播软件,支持多平台直播源聚合与观看。"
|
||||
arch=('x86_64')
|
||||
|
|
@ -9,7 +9,7 @@ url="https://github.com/SlotSun/dart_simple_live"
|
|||
license=('GPL-3.0-or-later')
|
||||
depends=('gtk3' 'libvdpau' 'libpulse' 'libxss' 'libarchive' 'alsa-lib' 'libva' 'libxv' 'patchelf')
|
||||
makedepends=('git' 'clang' 'cmake' 'ninja' 'fvm' 'rustup')
|
||||
source=("v1.8.5.tar.gz::https://github.com/SlotSun/dart_simple_live/archive/refs/tags/v1.8.5.tar.gz")
|
||||
source=("v1.8.7.tar.gz::https://github.com/SlotSun/dart_simple_live/archive/refs/tags/v1.8.7.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue