summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeng Yu2023-03-27 16:26:52 +0800
committerFeng Yu2023-03-27 16:26:52 +0800
commitbb63547c9fd742d5abdf22a0558361e2392bb20e (patch)
tree8b7fe525ddd640cfa61123a6a421f9fcb0c52499
parent60f899e6084084c6b5760f829a796def7c4c3d94 (diff)
downloadaur-bb63547c9fd742d5abdf22a0558361e2392bb20e.tar.gz
Upgrade to 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b877b264fc01..6871ae19a24d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lx-music-desktop
pkgdesc = A music software based on Electron + Vue. 一个基于 Electron + Vue 开发的音乐软件。
- pkgver = 2.1.2
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/lyswhut/lx-music-desktop
install = lx-music-desktop.install
@@ -22,7 +22,7 @@ pkgbase = lx-music-desktop
depends = libappindicator-gtk3
conflicts = lx-music-desktop
options = !strip
- source = https://ghproxy.com/https://github.com/lyswhut/lx-music-desktop/releases/download/v2.1.2/lx-music-desktop.v2.1.2.x64.pacman
- md5sums = b69e543978efff4e945e453856082f0a
+ source = https://ghproxy.com/https://github.com/lyswhut/lx-music-desktop/releases/download/v2.2.0/lx-music-desktop.v2.2.0.x64.pacman
+ md5sums = ced2e3c5d2948819ef4045602962c4bc
pkgname = lx-music-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9d42397d1784..9f6e0e39fcde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=lx-music-desktop
pkgname=('lx-music-desktop-bin')
conflicts=('lx-music-desktop')
-pkgver=2.1.2
+pkgver=2.2.0
pkgrel=1
pkgdesc="A music software based on Electron + Vue. 一个基于 Electron + Vue 开发的音乐软件。"
arch=('x86_64')
@@ -15,7 +15,7 @@ license=('Apache-2.0')
# Then copy the `Depends On(依赖于)` field.
depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3')
source=("https://ghproxy.com/https://github.com/lyswhut/lx-music-desktop/releases/download/v${pkgver}/lx-music-desktop.v${pkgver}.x64.pacman")
-md5sums=('b69e543978efff4e945e453856082f0a')
+md5sums=('ced2e3c5d2948819ef4045602962c4bc')
# copy .INSTALL script from lx-music-desktop.v${pkgver}.x64.pacman
# E.g: tar xf lx-music-desktop.v1.2.0.x64.pacman .INSTALL && mv -fv .INSTALL lx-music-desktop.install
install=lx-music-desktop.install