summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Bruce2021-03-03 19:19:50 +1000
committerCorey Bruce2021-03-03 19:19:50 +1000
commit29fe17cf153b7287d09cf295f529c73d6470cc6b (patch)
tree823e4b4459e1b7fb1cee71930138ac9a6cfbbf82
parent24240e0a71417c841a2844ba81646c2d7f9e71f1 (diff)
downloadaur-29fe17cf153b7287d09cf295f529c73d6470cc6b.tar.gz
Twitch 1.0.2-7-git
-rwxr-xr-x[-rw-r--r--].SRCINFO2
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b0eb9185b97..9808300e5f24 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = twitch-git
pkgdesc = Unofficial Twitch desktop application.
pkgver = 1.0.2
- pkgrel = 6
+ pkgrel = 7
url = https://gitlab.com/twitch-application/application
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 2657e6476c11..f5e687ae22bb 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=twitch-git
_pkgname=Twitch-git
pkgver=1.0.2
-pkgrel=6
+pkgrel=7
pkgdesc="Unofficial Twitch desktop application."
arch=('any')
url="https://gitlab.com/twitch-application/application"
@@ -20,7 +20,7 @@ pkgver() {
build() {
cd "$srcdir/application"
- npm --cache "$srcdir/npm-cache" i electron@11.0.4 electron-packager
+ npm --cache "$srcdir/npm-cache" i electron@12.0.0 electron-packager
./node_modules/.bin/electron-packager .
for dir in Twitch-linux-*/ ; do mv "${dir}" "Twitch" ;done
rm -rf "$srcdir/application/Twitch/resources/app/node_modules"