summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-10-08 09:26:03 +0800
committerzxp198210052023-10-08 09:26:03 +0800
commiteb7490877e1aab9876c4d02d0a08ce86bab90a17 (patch)
tree2766ecd4dec8c7e52408437594ae761e24946f30
parente8ab41087d1f5b42593ed213855512bd62ea2dab (diff)
downloadaur-eb7490877e1aab9876c4d02d0a08ce86bab90a17.tar.gz
update to 2.0.14
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d04565b9bd63..da1394b856b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = music-you-bin
pkgdesc = 一个美观简约的Material Design 3 (Material You) 风格网易云音乐播放器pc客户端
- pkgver = 2.0.13
- pkgrel = 2
+ pkgver = 2.0.14
+ pkgrel = 1
url = https://v-player-git-dev-gumengyu.vercel.app/
arch = x86_64
license = AGPL3
@@ -29,9 +29,9 @@ pkgbase = music-you-bin
depends = libxrandr
depends = glibc
depends = hicolor-icon-theme
- provides = music-you=2.0.13
+ provides = music-you=2.0.14
conflicts = music-you
- source = music-you-2.0.13.deb::https://github.com/GuMengYu/music-you/releases/download/v2.0.13/music-you_2.0.13_amd64.deb
- sha256sums = 4fc3810ec715b30f1c4944cd5c31fc1c469af6b50aabaf1fb02393167760ae24
+ source = music-you-2.0.14.deb::https://github.com/GuMengYu/music-you/releases/download/v2.0.14/music-you_2.0.14_amd64.deb
+ sha256sums = 78a13d7befc59da002258aa203f7a026c298ec8c1b70ac4acb23080aa03945fd
pkgname = music-you-bin
diff --git a/PKGBUILD b/PKGBUILD
index 692b29d730bf..de1be952005c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=music-you-bin
-pkgver=2.0.13
-pkgrel=2
+pkgver=2.0.14
+pkgrel=1
pkgdesc="一个美观简约的Material Design 3 (Material You) 风格网易云音乐播放器pc客户端"
arch=('x86_64')
url="https://v-player-git-dev-gumengyu.vercel.app/"
@@ -12,8 +12,8 @@ conflicts=("${pkgname%-bin}")
depends=('mesa' 'gcc-libs' 'libxext' 'libdrm' 'glib2' 'gtk3' 'libx11' 'nspr' 'alsa-lib' 'libcups' 'nss' 'libxcb' 'dbus' \
'libxcomposite' 'expat' 'libxdamage' 'pango' 'libxfixes' 'cairo' 'at-spi2-core' 'libxkbcommon' 'libxrandr' 'glibc' 'hicolor-icon-theme')
source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb")
-sha256sums=('4fc3810ec715b30f1c4944cd5c31fc1c469af6b50aabaf1fb02393167760ae24')
-prepare() {
+sha256sums=('78a13d7befc59da002258aa203f7a026c298ec8c1b70ac4acb23080aa03945fd')
+build() {
bsdtar -xf "${srcdir}/data.tar.xz"
sed "s|/opt/${pkgname%-bin}/${pkgname%-bin}|${pkgname%-bin} --no-sandbox|g;s|Audio|AudioVideo|g" \
-i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"