summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyope@L1522023-01-01 16:43:05 +0800
committerkyope@L1522023-01-01 16:43:05 +0800
commitac0e5866e228070299da2fbc3fe9c69ea73584a0 (patch)
treea2914121e8ae3131a86d379d55f38501f462c6fa
parent440259fa12f08c6b478e7ae9009123eb7a8e7016 (diff)
downloadaur-ac0e5866e228070299da2fbc3fe9c69ea73584a0.tar.gz
v2.0.0
-rw-r--r--.SRCINFO9
-rwxr-xr-xPKGBUILD5
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fca08eb5ffd..b50c3f06ee6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = lx-music-desktop-appimage
pkgdesc = 一个基于electron的音乐软件
- pkgver = 1.22.3
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lyswhut/lx-music-desktop
arch = x86_64
license = APACHE
+ depends = fuse2
provides = lx-music-desktop
conflicts = lx-music-desktop
- noextract = lx-music-desktop-v1.22.3-x64.AppImage
+ noextract = lx-music-desktop-v2.0.0-x64.AppImage
options = !strip
- source = https://github.com/lyswhut/lx-music-desktop/releases/download/v1.22.3/lx-music-desktop-v1.22.3-x64.AppImage
- sha512sums = f2362415c1671b92c8284ab7377b6cca67eac75e2d61f66c233ad5571b72aea59cc220dd22a5ed7152cbc7a94cb7304fc319f43b7db75b638d7206b4e42618f5
+ source = https://github.com/lyswhut/lx-music-desktop/releases/download/v2.0.0/lx-music-desktop-v2.0.0-x64.AppImage
+ sha512sums = b4e33ab66d4c8648f71b90d8e4b7dccb0bb03c8a5b989022ea387ec41105b3569f226e6e7e0aa06dc10343fa75d2348b8b65253663804699e4c01fa3827f7e05
pkgname = lx-music-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 6a8cd9eeb554..73e44922b36c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: vvxxp8 <concatenate[g] the characters[x] in square[b] brackets[1] in[5] order[3] at gmail dot com>
pkgname=lx-music-desktop-appimage
-pkgver=1.22.3
+pkgver=2.0.0
pkgrel=1
pkgdesc="一个基于electron的音乐软件"
arch=("x86_64")
@@ -12,8 +12,9 @@ noextract=(${_pkgname})
options=("!strip")
provides=("lx-music-desktop")
conflicts=("lx-music-desktop")
+depends=('fuse2')
source=("https://github.com/lyswhut/lx-music-desktop/releases/download/v${pkgver}/${_pkgname}")
-sha512sums=("f2362415c1671b92c8284ab7377b6cca67eac75e2d61f66c233ad5571b72aea59cc220dd22a5ed7152cbc7a94cb7304fc319f43b7db75b638d7206b4e42618f5")
+sha512sums=("b4e33ab66d4c8648f71b90d8e4b7dccb0bb03c8a5b989022ea387ec41105b3569f226e6e7e0aa06dc10343fa75d2348b8b65253663804699e4c01fa3827f7e05")
_installdir=/opt/appimages