summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjikstra2022-05-04 14:23:12 +0200
committerjikstra2022-05-04 14:23:12 +0200
commiteeed79561d15037728ab6ed0469b14ff2b3c3b7a (patch)
tree22969462ad5724cd6d9f45c066129adc7d098c15
parentd328481f17252e8d9918efa1631a5fa28b9b1341 (diff)
downloadaur-eeed79561d15037728ab6ed0469b14ff2b3c3b7a.tar.gz
Update electron to v18
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f0dc16b5b5a..413febf1c3eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = deltachat-desktop-git
makedepends = git
makedepends = rustup
makedepends = python
- depends = electron14
+ depends = electron18
source = deltachat-desktop-git::git+https://git@github.com/deltachat/deltachat-desktop.git
source = deltachat-desktop.desktop
source = deltachat-desktop.sh
diff --git a/PKGBUILD b/PKGBUILD
index 472b5b668a60..b796b8462f26 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A privacy oriented chat application built on e-mail"
arch=("any")
url="https://github.com/deltachat/deltachat-desktop"
license=("GPL")
-depends=('electron14')
+depends=('electron18')
makedepends=('npm' 'nodejs' 'git' 'rustup' 'python')
source=(
"deltachat-desktop-git::git+https://git@github.com/deltachat/deltachat-desktop.git"