summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrLi2019-09-07 16:15:39 +0800
committerBrLi2019-09-07 16:15:39 +0800
commitc74c39155a200a81c5b20fcea4770433c36744e3 (patch)
tree6d334f916f8d757a11ad81c6a586778f66580ec8 /PKGBUILD
parentf31556b6c9a7059566d2a7849caa1aa4195aaaf6 (diff)
downloadaur-c74c39155a200a81c5b20fcea4770433c36744e3.tar.gz
updpkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac18de51ff53..839db17f6ce1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: BrLi <brli@chakralinux.org>
pkgname=zettlr
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
url="https://www.zettlr.com"
@@ -38,7 +38,7 @@ package() {
install -Dm755 /dev/stdin $pkgdir/usr/bin/$pkgname <<END
#!/bin/bash
-exec electron /usr/lib/$pkgname "$@"
+exec electron /usr/lib/$pkgname "\$@"
END
for px in 16 24 32 48 64 96 128 256; do