summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrLi2021-03-23 01:27:54 +0800
committerBrLi2021-03-23 01:27:54 +0800
commit8e5d5bff6e5c04d168f36f61466adef63eb89017 (patch)
tree92e78912f260a6c0947f74f5ec1bab061ce155b7 /PKGBUILD
parente18f42115c7f320c2f5f21fab30de7e439ddd4c0 (diff)
downloadaur-8e5d5bff6e5c04d168f36f61466adef63eb89017.tar.gz
works with electron 11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 838ed9ccb77f..8edce5ec0df9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=zettlr
pkgver=1.8.7
-pkgrel=1
+pkgrel=2
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
url='https://www.zettlr.com'
license=('GPL' 'custom') # Noted that the icon and name are copyrighted
-_electron=electron10
+_electron=electron
depends=($_electron)
makedepends=(pandoc git yarn)
optdepends=('pandoc: For exporting to various format'