Package Details: zettlr-git 2.3.0.r206.ga1b78bb-1

Git Clone URL: https://aur.archlinux.org/zettlr-git.git (read-only, click to copy)
Package Base: zettlr-git
Description: A Markdown Editor for the 21st century
Upstream URL: https://www.zettlr.com
Licenses: GPL
Conflicts: zettlr
Provides: zettlr
Submitter: alerque
Maintainer: alerque
Last Packager: alerque
Votes: 2
Popularity: 0.156770
First Submitted: 2020-03-12 21:17 (UTC)
Last Updated: 2022-08-20 09:38 (UTC)

Required by (0)

Sources (3)

Latest Comments

alerque commented on 2023-06-17 20:13 (UTC)

I think yarn must have changed here, I'm seeing similar errors but this used to work. We'll need to figure this out by the time 3 releases so I can package it for [extra]! If anybody figures it out I'm open to patches.

tkna commented on 2023-04-20 04:19 (UTC)

Below. Is this a problem with my environment?

While running --cache-folder '/cache' --link-folder '/link' install --frozen-lockfile --ignore-scripts
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'zettlr-git-2.3.0.r206.ga1b78bb-1': 

alerque commented on 2022-02-04 11:22 (UTC)

My appologies, I fixed that less/handlebars stuff a long time ago (2020!) but for some reason my repo wasn't pushed here. I just pushed what I had that was old and will look into getting this synced a bit with the stable build.

Baytars commented on 2022-02-04 08:37 (UTC)

@dkumor From commit 7ae71b6 on, the script commands "less" and "handlebar" have been removed from package.json. Just remove below two lines from PKGBUILD file:

yarn less
yarn handlebars

dkumor commented on 2020-10-27 16:54 (UTC)

The build fails for me (on two separate machines) with the following error:

error Command "less" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
==> ERROR: A failure occurred in build().
    Aborting...
error making: zettlr-git

It appears that it's not finding the less command, which is installed.

alerque commented on 2020-05-20 16:21 (UTC) (edited on 2020-05-20 16:22 (UTC) by alerque)

@n3f Pretty much the same as for any $pkgname{,-bin,-git} set of packages. One is built from and installs the last stable release, one just wraps and installs prebuilt binaries built upstream, and one fetches and tries to build the latest commits from the master branch upstream — which may or may not be in working order at any given moment.

n3f commented on 2020-05-20 06:30 (UTC) (edited on 2020-05-20 06:31 (UTC) by n3f)

What's the difference between zettlr, zettlr-bin, and zettlr-git?