summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPieter Goetschalckx2017-11-28 10:51:55 +0100
committerPieter Goetschalckx2017-11-28 10:51:55 +0100
commit35fe1319202e85c258b29f7dea2d9bf99159bf98 (patch)
treef1e3cda14137e0ada8455bd96ea7b3ed3c120a3b /PKGBUILD
parentf343d57d26605c9e7341419f912fe419bcf2d46e (diff)
downloadaur-35fe1319202e85c258b29f7dea2d9bf99159bf98.tar.gz
Fix for C.UTF-8 problem
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ece22ab8b612..0707ce035453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=franz
pkgver=5.0.0_beta.14
-pkgrel=1
+pkgrel=2
pkgdesc="Free messaging app for services like WhatsApp, Slack, Messenger and many more."
arch=('i686' 'x86_64')
url="https://meetfranz.com/"
@@ -23,7 +23,7 @@ prepare() {
build() {
cd "$pkgname-${pkgver//_/-}"
yarn install --production --non-interactive
- yarn add electron-builder gulpjs/gulp#4.0
+ yarn add electron-builder@19.45.5 gulpjs/gulp#4.0
node_modules/.bin/gulp build
node_modules/.bin/electron-builder --linux dir
}