summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLorensGwine2020-04-01 08:47:17 +0000
committerLorensGwine2020-04-01 08:47:17 +0000
commit3b113a0ae7918ee3a3833ae5787a901d2b6decf6 (patch)
tree897662e1c1663516fbe580ee64e1ff8d943ba10a /PKGBUILD
parentd01f4d9142175997b8af5a7ff5cb2ef55f41c2b7 (diff)
downloadaur-3b113a0ae7918ee3a3833ae5787a901d2b6decf6.tar.gz
fix electron version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f71073463ee..6bc23501810d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=tc-twitch-git
_pkgname=tc-twitch
_realname=tc
_icons_dir="additional-icons"
-pkgver=11.0.0.r18.gf5c1df7
+pkgver=15.7.0.r0.g78d57b7
pkgrel=1
pkgdesc="The chat client for Twitchâ„¢"
arch=('any')
@@ -28,8 +28,8 @@ build() {
rm -rf _dist
rm -rf _build
mkdir -p _build
+ npm install electron@^2.0.0
npm install
- ### npm install 7zip-bin-linux
node_modules/.bin/webpack
cp src/tc-renderer/index.html _build/index.html
cp src/package.json _build/package.json