summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeng Yu2022-03-21 17:08:16 +0800
committerFeng Yu2022-03-21 17:08:16 +0800
commitf325f79cfff5e920e549f2d1bf239cb7b0f3a893 (patch)
tree061c52a806a210a3c404bbbc4e4033a5d2506e2c
parent2a652ecf7a9611b6bff45f9edf03f883ea5e3fb3 (diff)
downloadaur-f325f79cfff5e920e549f2d1bf239cb7b0f3a893.tar.gz
Upgrade to 1.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06ba6786cf93..4219cf475e45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lx-music-desktop
pkgdesc = A music software based on Electron + Vue. 一个基于 Electron + Vue 开发的音乐软件。
- pkgver = 1.18.0
+ pkgver = 1.19.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/v1.18.0/lx-music-desktop.v1.18.0.x64.pacman
- md5sums = 802d2c54316f4c148953dfaee2353157
+ source = https://ghproxy.com/https://github.com/lyswhut/lx-music-desktop/releases/download/v1.19.0/lx-music-desktop.v1.19.0.x64.pacman
+ md5sums = 45a827e9c9aac25c1eec729c8041f77b
pkgname = lx-music-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 56688c135fbc..cd131bd768ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=lx-music-desktop
pkgname=('lx-music-desktop-bin')
conflicts=('lx-music-desktop')
-pkgver=1.18.0
+pkgver=1.19.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=('802d2c54316f4c148953dfaee2353157')
+md5sums=('45a827e9c9aac25c1eec729c8041f77b')
# 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