summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrLi2020-12-06 16:03:28 +0800
committerBrLi2020-12-06 16:03:28 +0800
commitdec7b4bd6f3d7dcade77b67431a83a53cdd28293 (patch)
tree613abbbc2b95461308c49574e615bdf7c8831f4d /PKGBUILD
parent403f5415124c57107866702682795770b97a6235 (diff)
downloadaur-dec7b4bd6f3d7dcade77b67431a83a53cdd28293.tar.gz
adhere to electron depends, update zh-tw checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7110a7f330a2..8b861e29fe7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=zettlr
pkgver=1.8.1
-pkgrel=2
+pkgrel=3
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
-depends=(electron ttf-webhostinghub-glyphs otf-crimson-text)
+depends=(c-ares ffmpeg gtk3 http-parser libevent libxslt minizip nss re2 snappy)
makedepends=(yarn git gulp)
optdepends=('pandoc: For exporting to various format'
'texlive-bin: For Latex support'
@@ -23,7 +23,7 @@ source=(git+https://github.com/Zettlr/Zettlr.git#commit="${_commit}"
sha256sums=('SKIP'
'8ee8c7e0ea63aacf811fb6f4bdb8f8f32929bf9afdad2f0ffc2f6bfb721d1fd5'
'2b7cd6c1c9be4add8c660fb9c6ca54f1b6c3c4f49d6ed9fa39c9f9b10fcca6f4'
- '81730193afc64908f820020a19bfeda4475c67ada92e8567a39c9313a3d65ff0')
+ '14b1534a8ab29eade7d6cdaf92f539dc2851e312e922ef5923b8566b1bc070d3')
prepare() {
cd "${srcdir}/Zettlr"