summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-09-25 16:12:38 +0300
committerCaleb Maclennan2020-09-25 16:12:52 +0300
commitaf817bf5436e6bacc2b30c94267161ece9037757 (patch)
tree6f5a9625c1e8e658a9c18355e3f7044ba879455f /PKGBUILD
parentfc346d37be2ff888ff62c32a2578d3fdba5a418d (diff)
downloadaur-af817bf5436e6bacc2b30c94267161ece9037757.tar.gz
Default to Electron 8 dependency
Previously Electron 7 was in [community] so we preferred that over needing to install 8 from the AUR, but now 7 has gone away too. Since users are forced to use an AUR bin package, we might as well default to 8 again. This dependency is provided by `electron8-bin` as of this time. If anybody wants to provide a source package `electron8` that would be awesome, and that would become a viable option for fulfilling this dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fadf3de92d4..7ee75b26a953 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=marktext
pkgver=0.16.2
-pkgrel=2
+pkgrel=3
pkgdesc='A simple and elegant open-source markdown editor that focused on speed and usability'
arch=('x86_64')
url='https://marktext.app'
license=('MIT')
-depends=('electron7'
+depends=('electron8'
'libxkbfile'
'libsecret'
'ripgrep')