summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2021-03-11 00:25:23 +1000
committergameslayer2021-03-11 00:25:23 +1000
commit89b4e1cd86df4fa234133e47d2a415e7b810005d (patch)
tree43a9162d7b889cfcd2cf815642e7aa4d4d79aca2
parent172544224225cbc30f3c4c82ea1405d27eb6ff5f (diff)
downloadaur-89b4e1cd86df4fa234133e47d2a415e7b810005d.tar.gz
Youtube Music 1.0.3-1 -Added context menu with spellcheck -Updated to Electron 12.0.0
-rwxr-xr-x[-rw-r--r--].SRCINFO4
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 156d0ad981a7..4bc7957eb306 100644..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.2
- pkgrel = 2
+ pkgver = 1.0.3
+ pkgrel = 1
url = https://gitlab.com/youtube-music/application
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9ab66a8b5544..937beba6e1cd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=youtubemusic-git
_pkgname=YoutubeMusicMusic-git
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
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@11.2.2 electron-packager
+ npm --cache "$srcdir/npm-cache" i electron@12.0.0 electron-context-menu@2.5.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"