summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-08-20 12:37:07 +0300
committerCaleb Maclennan2022-08-20 12:37:07 +0300
commit9d68ef97a482706b523ac856c978b8ee8743ef2b (patch)
tree9bf7e107535c7b0abc154468b85e5f132086107a
parent1566335bf25db9c199d06074d11b49178891c13f (diff)
downloadaur-9d68ef97a482706b523ac856c978b8ee8743ef2b.tar.gz
upgpkg: zettlr-git 2.3.0.r206.ga1b78bb-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb270dbc4527..f0956d49084e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zettlr-git
pkgdesc = A Markdown Editor for the 21st century
- pkgver = 2.2.6.r0.g7dea2fe
+ pkgver = 2.3.0.r206.ga1b78bb
pkgrel = 1
url = https://www.zettlr.com
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = zettlr-git
depends = ttf-inconsolata
depends = ttf-liberation
optdepends = texlive-bin: For Latex support
- provides = zettlr=2.2.6.r0.g7dea2fe
+ provides = zettlr=2.3.0.r206.ga1b78bb
conflicts = zettlr
source = zettlr-git::git+https://github.com/Zettlr/Zettlr.git
source = zettlr.sh
diff --git a/PKGBUILD b/PKGBUILD
index d601a4ae0136..106b24da999e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=zettlr-git
_pkgname=Zettlr
-pkgver=2.2.6.r0.g7dea2fe
+pkgver=2.3.0.r206.ga1b78bb
pkgrel=1
pkgdesc='A Markdown Editor for the 21st century'
arch=(x86_64)
@@ -62,7 +62,6 @@ pkgver() {
build() {
cd "$pkgname"
local NODE_ENV=''
- yarn $_yarnargs reveal:build
yarn $_yarnargs package:linux-x64
}