summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 196944d870de..d459168f64c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zettlr
pkgver=1.8.5
-pkgrel=2
+pkgrel=3
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
url='https://www.zettlr.com'
@@ -28,9 +28,6 @@ sha256sums=('59a89ea4c86cf64920b540c0734566dbf737f08c6f48256fc8de124f65aebade'
prepare() {
cd "Zettlr-$pkgver"
- # Manually add community translation
- cp "$srcdir/zh-TW-$pkgver-$pkgrel.json" source/common/lang/zh-TW.json
-
# csl:refresh from package.json
find "$srcdir/locales-$_csl_locale_commit" -name "*.xml" \
-exec cp {} source/app/service-providers/assets/csl-locales/ \;