From dcd3a84a822dc6bc4e16e62f0f8d63a425cd8e16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Feb 2026 07:41:45 +0000 Subject: [PATCH] Update to 1.8.7 Automated build and publish via GitHub Actions. Co-Authored-By: github-actions[bot] --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2954e7d8b5d9..c37b893459db 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 64bb21fc8af0..d97b34ecc25b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: SlotSun 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() {