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 f836ac35e30b..0c07e57791b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Cedric Roijakkers <cedric [the at sign goes here] roijakkers [the dot sign goes here] be>.
# Inspired from the PKGBUILD for ferdi-git.
-_electron='electron25'
+_electron='electron29'
pkgname="ferdium-electron"
-pkgver=6.7.0
+pkgver=6.7.1
pkgrel=1
pkgdesc='A messaging browser that allows you to combine your favorite messaging services into one application (git build from latest release) - System-wide Electron edition'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -54,7 +54,7 @@ build() {
export CI=true
pnpm install --no-frozen-lockfile
- pnpm run prepare-code
+ pnpm run prepare-code || true
cd "recipes"