summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2021-05-01 21:29:23 +1000
committergameslayer2021-05-01 21:29:23 +1000
commitad583008238e6a7e6855e9ed1238e4b1f16e8bad (patch)
tree87eb7882d798f2cbe03b73b550228aa0b01b0fcd
parent89b4e1cd86df4fa234133e47d2a415e7b810005d (diff)
downloadaur-ad583008238e6a7e6855e9ed1238e4b1f16e8bad.tar.gz
1.0.3-2
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bc7957eb306..1c34eaaa6e7f 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 = 1
+ pkgrel = 2
url = https://gitlab.com/youtube-music/application
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 937beba6e1cd..e75ffed608b3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=youtubemusic-git
_pkgname=YoutubeMusicMusic-git
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
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.0 electron-context-menu@2.5.0 electron-packager
+ npm --cache "$srcdir/npm-cache" i electron@12.0.6 electron-context-menu@2.5.2 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"