From 444401bc5fbd2664232572b4f0292437bec271c0 Mon Sep 17 00:00:00 2001 From: Diramix Date: Sat, 14 Feb 2026 20:15:04 +0300 Subject: [PATCH] remove beta --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 773021a7a131c..92ed5e259d88c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pulsesync pkgdesc = PulseSync is a project that integrates with Yandex Music. The program also supports Discord RPC status for Yandex Music, as well as custom themes and scripts. pkgver = 2.10.2 - pkgrel = beta + pkgrel = 1 url = https://pulsesync.dev/ arch = x86_64 license = https://github.com/PulseSync-LLC/PulseSync-client/blob/main/LICENSE diff --git a/PKGBUILD b/PKGBUILD index 89263e956b01f..8c25dc604c1f6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=pulsesync pkgver=2.10.2 -pkgrel=beta +pkgrel=1 pkgdesc="PulseSync integrates with Yandex Music and supports Discord RPC, themes and scripts." arch=('x86_64') url="https://pulsesync.dev/"