summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeng Yu2023-09-09 16:05:55 +0800
committerFeng Yu2023-09-09 16:05:55 +0800
commite65342da3c00e4a31cab3d102dcae4171111a193 (patch)
treecfeae620379ebd09c387be339c7e4cac61b91ce0
parent35aa32a9d1134b1811899c075236dcbac19c0145 (diff)
downloadaur-e65342da3c00e4a31cab3d102dcae4171111a193.tar.gz
Upgrade to 2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29782cd81b31..73f3738968d4 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.3.0
+ pkgver = 2.4.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.3.0/lx-music-desktop.v2.3.0.x64.pacman
- md5sums = 48c55d1b70f8bb988646ae0e0569541b
+ source = https://ghproxy.com/https://github.com/lyswhut/lx-music-desktop/releases/download/v2.4.0/lx-music-desktop.v2.4.0.x64.pacman
+ md5sums = 3b4b63735611be040e3d1abfb4c0684e
pkgname = lx-music-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0c58b3cb4724..c99302dd7303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=lx-music-desktop
pkgname=('lx-music-desktop-bin')
conflicts=('lx-music-desktop')
-pkgver=2.3.0
+pkgver=2.4.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=('48c55d1b70f8bb988646ae0e0569541b')
+md5sums=('3b4b63735611be040e3d1abfb4c0684e')
# 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