summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeng Yu2021-09-05 23:29:46 +0800
committerFeng Yu2021-09-05 23:29:46 +0800
commitf6ea2c5e000f94be7ea6e8b065aa6af950c3f3ac (patch)
treedee5e3b96dde5253a0bd3b70134f18b19cdb74c6
parent04dbb325346a1d5e1f1f585e36a77a3d7f8f54f0 (diff)
downloadaur-f6ea2c5e000f94be7ea6e8b065aa6af950c3f3ac.tar.gz
Upgrade to 1.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ad56046a1b9..c41d57d277ee 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.12.2
+ pkgver = 1.13.0
pkgrel = 1
url = https://github.com/lyswhut/lx-music-desktop
install = lx-music-desktop.install
@@ -21,7 +21,7 @@ pkgbase = lx-music-desktop
depends = libnotify
depends = libappindicator-gtk3
conflicts = lx-music-desktop
- source = https://github.com/lyswhut/lx-music-desktop/releases/download/v1.12.2/lx-music-desktop.v1.12.2.x64.pacman
- md5sums = b5cef6d0b2bdb997ca3e97886215badf
+ source = https://github.com/lyswhut/lx-music-desktop/releases/download/v1.13.0/lx-music-desktop.v1.13.0.x64.pacman
+ md5sums = 842147205938479a6a71102f8e600c79
pkgname = lx-music-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 91348e89b4a4..b5e23aea97e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=lx-music-desktop
pkgname=('lx-music-desktop-bin')
conflicts=('lx-music-desktop')
-pkgver=1.12.2
+pkgver=1.13.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://github.com/lyswhut/lx-music-desktop/releases/download/v${pkgver}/lx-music-desktop.v${pkgver}.x64.pacman")
-md5sums=('b5cef6d0b2bdb997ca3e97886215badf')
+md5sums=('842147205938479a6a71102f8e600c79')
# 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