mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 12:23:43 +01:00
update to 1.12.2
This commit is contained in:
parent
5b4503ab02
commit
629def1429
3 changed files with 14 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lx-music
|
||||
pkgdesc = An Electron-based music player
|
||||
pkgver = 1.12.1
|
||||
pkgver = 1.12.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/lyswhut/lx-music-desktop
|
||||
changelog = CHANGELOG.md
|
||||
|
|
@ -12,10 +12,10 @@ pkgbase = lx-music
|
|||
makedepends = npm
|
||||
depends = electron
|
||||
depends = nodejs>=14
|
||||
source = lx-music-1.12.1.tar.gz::https://github.com/lyswhut/lx-music-desktop/archive/v1.12.1.tar.gz
|
||||
source = lx-music-1.12.2.tar.gz::https://github.com/lyswhut/lx-music-desktop/archive/v1.12.2.tar.gz
|
||||
source = lx-music.sh
|
||||
source = lx-music.desktop
|
||||
sha256sums = 65f898abc23c96b5a501c5a055766ea4c051d3f3d61af4a0c7cd0c6782f9f5a0
|
||||
sha256sums = f66fd5db3b87ccd8a319be6224fe391d930328488dc3750861767ed87d028470
|
||||
sha256sums = 0b19e2d26237f48379c024d48398a3a819b1de72bfe95c680f9a81c3d13c537f
|
||||
sha256sums = 86c65106fb93671b2f3da2896ef69d709f0558b2113779b9ca45bbbb73de64ce
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,15 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
|
|||
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
|
||||
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||
|
||||
## [1.12.2](https://github.com/lyswhut/lx-music-desktop/compare/v1.12.1...v1.12.2) - 2021-08-11
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复播放下载列表的歌曲时切歌的问题
|
||||
- 修复播放下载列表的歌曲时歌词无法显示的问题
|
||||
- 修复下载列表稍后播放功能无效的问题
|
||||
- 修复同步服务器启动失败时,关闭同步服务不会清空失败信息的问题
|
||||
|
||||
## [1.12.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.12.0...v1.12.1) - 2021-08-08
|
||||
|
||||
### 修复
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# This PKGBUILD is directly modified from aur/dingtalk
|
||||
|
||||
pkgname=lx-music
|
||||
pkgver=1.12.1
|
||||
pkgver=1.12.2
|
||||
pkgrel=1
|
||||
pkgdesc='An Electron-based music player'
|
||||
arch=('any')
|
||||
|
|
@ -15,7 +15,7 @@ makedepends=('asar' 'jq' 'moreutils' 'npm')
|
|||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
|
||||
"$pkgname.sh"
|
||||
"$pkgname.desktop")
|
||||
sha256sums=('65f898abc23c96b5a501c5a055766ea4c051d3f3d61af4a0c7cd0c6782f9f5a0'
|
||||
sha256sums=('f66fd5db3b87ccd8a319be6224fe391d930328488dc3750861767ed87d028470'
|
||||
'0b19e2d26237f48379c024d48398a3a819b1de72bfe95c680f9a81c3d13c537f'
|
||||
'86c65106fb93671b2f3da2896ef69d709f0558b2113779b9ca45bbbb73de64ce')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue