summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2021-05-23 00:12:47 +1000
committergameslayer2021-05-23 00:12:47 +1000
commitc2b7dfc766a35c2c0ee9543d4adec5ddd09f54bc (patch)
tree47686329b9139aee1c7b123b333259cfffe0fb04
parentad583008238e6a7e6855e9ed1238e4b1f16e8bad (diff)
downloadaur-c2b7dfc766a35c2c0ee9543d4adec5ddd09f54bc.tar.gz
Youtube Music 1.0.3-3 refresher client with desktop shortcut fix
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c34eaaa6e7f..8fcd19f91117 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = youtubemusic-git
pkgdesc = YoutubeMusic Music is a unofficial client to play your music.
pkgver = 1.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/youtube-music/application
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e75ffed608b3..161465792be8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=youtubemusic-git
_pkgname=YoutubeMusicMusic-git
pkgver=1.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="YoutubeMusic Music is a unofficial client to play your music."
arch=('any')
url="https://gitlab.com/youtube-music/application"
@@ -20,7 +20,7 @@ pkgver() {
build() {
cd "$srcdir/application"
- npm --cache "$srcdir/npm-cache" i electron@12.0.6 electron-context-menu@2.5.2 electron-packager
+ npm --cache "$srcdir/npm-cache" i electron@12.0.9 electron-context-menu@3.1.0 electron-packager
./node_modules/.bin/electron-packager .
for dir in YoutubeMusic-linux-*/ ; do mv "${dir}" "YoutubeMusic" ;done
rm -rf "$srcdir/application/YoutubeMusic/resources/app/node_modules"