summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrLi2019-09-07 16:15:39 +0800
committerBrLi2019-09-07 16:15:39 +0800
commitc74c39155a200a81c5b20fcea4770433c36744e3 (patch)
tree6d334f916f8d757a11ad81c6a586778f66580ec8
parentf31556b6c9a7059566d2a7849caa1aa4195aaaf6 (diff)
downloadaur-c74c39155a200a81c5b20fcea4770433c36744e3.tar.gz
updpkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01621e5041a0..9fd1c529c542 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zettlr
pkgdesc = A markdown editor for writing academic texts and taking notes
- pkgver = 1.3.0
- pkgrel = 2
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://www.zettlr.com
arch = x86_64
license = GPL
@@ -13,7 +13,7 @@ pkgbase = zettlr
optdepends = pandoc: For exporting to various format
optdepends = texlive-bin: For Latex support
optdepends = ttf-lato: Display output in a more comfortable way
- source = zettlr::git+https://github.com/Zettlr/Zettlr.git#tag=v1.3.0
+ source = zettlr::git+https://github.com/Zettlr/Zettlr.git#tag=v1.4.0
sha1sums = SKIP
pkgname = zettlr
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