summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85835114c651..a4698b4e7476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com>
pkgname=ferdi-git
-_pkgver=5.3.0
+_pkgver=5.3.1
pkgver=${_pkgver//-/_}
pkgrel=1
pkgdesc='Free messaging app for services like WhatsApp, Slack, Messenger and many more. fork removing the non-skippable app delay frequently inviting you to buy a licence'
arch=(x86_64 i686)
-url='https://meetfranz.com'
+url='https://github.com/kytwb/ferdi'
license=(Apache)
depends=(electron4)
makedepends=(expac git npm python2)
@@ -28,7 +28,7 @@ prepare() {
# Small patching
cd ferdi
- # Prevent franz from being launched in dev mode
+ # Prevent ferdi from being launched in dev mode
sed -i "s|export const isDevMode = .*|export const isDevMode = false;|g" \
src/environment.js
sed -i "s|import isDevMode from 'electron-is-dev'|export const isDevMode = false|g" \