summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrLi2019-10-06 02:39:03 +0800
committerBrLi2019-10-06 02:39:03 +0800
commit5fd6b7e24a3b821cd8f0bd93f570b6604c13e961 (patch)
tree74fa731b04ee0da725e336a7900cf08fe2012d61
parent29a0d6a5d2c7cf2962f1b63cafe591cb53f1946e (diff)
downloadaur-5fd6b7e24a3b821cd8f0bd93f570b6604c13e961.tar.gz
updpkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9e65dd4a143..3e0f28a62422 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zettlr
pkgdesc = A markdown editor for writing academic texts and taking notes
- pkgver = 1.4.1
- pkgrel = 3
+ pkgver = 1.4.2
+ 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.4.1
+ source = zettlr::git+https://github.com/Zettlr/Zettlr.git#tag=v1.4.2
sha1sums = SKIP
pkgname = zettlr
diff --git a/PKGBUILD b/PKGBUILD
index d7f0cb2ff8c3..669040ab0062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: BrLi <brli at chakralinux dot org>
pkgname=zettlr
-pkgver=1.4.1
-pkgrel=3
+pkgver=1.4.2
+pkgrel=1
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
url="https://www.zettlr.com"
@@ -16,6 +16,7 @@ source=($pkgname::git+https://github.com/Zettlr/Zettlr.git#tag=v$pkgver)
sha1sums=(SKIP)
prepare() {
+ # Add some close-to-complete translations
cd $srcdir/$pkgname/scripts
sed "s/'fr-FR'/'fr-FR','ja-JP','zh-CN','es-ES','ru-RU'/" -i refresh-language.js
}
@@ -43,7 +44,7 @@ package() {
# Remove unneeded addin
find $pkgdir/$_destdir -name "fonts" -exec rm -rfv {} +
- find $pkgdir/$_destdir -name ".gitignore" -or -name ".eslintrc.json" -or -name ".npmignore" -or -name "fonts" -exec rm -rfv {} +
+ find $pkgdir/$_destdir -name ".gitignore" -or -name ".eslintrc.json" -or -name ".npmignore" -exec rm -rfv {} +
install -Dm755 /dev/stdin $pkgdir/usr/bin/$pkgname <<END
#!/bin/bash