summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrLi2020-03-07 14:24:34 +0800
committerBrLi2020-03-07 14:24:34 +0800
commit477451292e5da6be0cb0fb13d97a88900846fb3b (patch)
tree67006ab64d576e105feb0017bfdfb37019bf8295 /PKGBUILD
parenta21eb897d79d01d7157465034f90b690ed9f16ff (diff)
downloadaur-477451292e5da6be0cb0fb13d97a88900846fb3b.tar.gz
updpkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b86b2280c3b6..e994f111cac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: BrLi <brli at chakralinux dot org>
pkgname=zettlr
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
@@ -13,7 +13,7 @@ optdepends=('pandoc: For exporting to various format'
'texlive-bin: For Latex support'
'ttf-lato: Display output in a more comfortable way')
source=($pkgname::git+https://github.com/Zettlr/Zettlr.git#tag=v$pkgver)
-sha1sums=(SKIP)
+sha1sums=('SKIP')
prepare() {
cd $srcdir/$pkgname
@@ -28,7 +28,7 @@ prepare() {
build() {
cd $srcdir/$pkgname
- yarn install --pure-lockfile --no-bin-links --cache-folder $srcdir/cache --link-folder $srcdir/link
+ NODE_ENV= yarn install --pure-lockfile --no-bin-links --cache-folder $srcdir/cache --link-folder $srcdir/link
yarn less
yarn handlebars
yarn lang:refresh
@@ -77,7 +77,7 @@ END
[Desktop Entry]
Name=Zettlr
Comment=A powerful Markdown Editor with integrated tree view
-Exec="$pkgname" %U
+Exec=$pkgname %U
Terminal=false
Type=Application
Icon=$pkgname