summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgameslayer2021-08-09 20:32:25 +1000
committergameslayer2021-08-09 20:32:25 +1000
commit3c566036aab51e69bd90ab13f8d7b6631536607c (patch)
tree82ec595cfe38034ccb09841f50b3749c216c9400
parent3e474d5872b2e3690f73dbfa534fa3d0e166305b (diff)
downloadaur-3c566036aab51e69bd90ab13f8d7b6631536607c.tar.gz
Youtube 1.0.6-2 git
-rwxr-xr-x.SRCINFO5
-rwxr-xr-xPKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 183d7afb013f..506230fea91e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = youtube-git
pkgdesc = Unnofficial Youtube desktop application
- pkgver = 1.0.5
- pkgrel = 3
+ pkgver = 1.0.6
+ pkgrel = 2
url = https://gitlab.com/youtube-desktop/application
arch = any
license = GPL
@@ -17,4 +17,3 @@ pkgbase = youtube-git
sha256sums = SKIP
pkgname = youtube-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3b6ceed592db..d83f32688758 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=youtube-git
_pkgname=Youtube-git
-pkgver=1.0.5
-pkgrel=3
+pkgver=1.0.6
+pkgrel=2
pkgdesc="Unnofficial Youtube desktop application"
arch=('any')
url="https://gitlab.com/youtube-desktop/application"
@@ -20,7 +20,7 @@ pkgver() {
build() {
cd "$srcdir/application"
- npm --cache "$srcdir/npm-cache" i electron@12.0.9 electron-context-menu@3.1.0 electron-packager
+ npm --cache "$srcdir/npm-cache" i electron electron-context-menu electron-packager
./node_modules/.bin/electron-packager .
for dir in Youtube-linux-*/ ; do mv "${dir}" "Youtube" ;done
}