summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurefire2018-03-20 10:36:26 +0300
committersurefire2018-03-20 10:36:26 +0300
commit1bb2e98c99a8d991e760cf6580dbf6aa96323ae3 (patch)
tree616896e89a02c74374ed3c03d911857975fdabb1
parent5eaff01760ccbcedf31b432d0826fe7df2fd91cc (diff)
downloadaur-1bb2e98c99a8d991e760cf6580dbf6aa96323ae3.tar.gz
upgpkg: ghetto-skype 1.6.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b073c6fc840f..67de2d373b4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = ghetto-skype-git
pkgdesc = This is an electron client that uses Web Skype to better integrate with desktop environments found on Linux.
- pkgver = 1.5.0.r1.g12e2014
+ pkgver = 1.6.0.r0.gbe8fc90
pkgrel = 1
url = https://github.com/stanfieldr/ghetto-skype
arch = any
- license = GPLv3
+ license = GPL3
makedepends = npm
makedepends = asar
depends = electron
diff --git a/PKGBUILD b/PKGBUILD
index b128cce76173..310d61defbdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: surefire <surefire@cryptomile.net>
pkgname=ghetto-skype-git
-pkgver=1.5.0.r1.g12e2014
+pkgver=1.6.0.r0.gbe8fc90
pkgrel=1
pkgdesc="This is an electron client that uses Web Skype to better integrate with desktop environments found on Linux."
arch=("any")
@@ -36,7 +36,7 @@ prepare() {
build() {
cd "${pkgname}/src"
- npm install --production
+ npm_config_nodedir=/usr/lib/electron/node npm install --production
asar p . ../../ghetto-skype.asar
}