summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b417d913e4c1..e7c98b9d87f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zettlr
pkgdesc = A markdown editor for writing academic texts and taking notes
pkgver = 2.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://www.zettlr.com
install = install
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = zettlr
options = !strip
source = zettlr-2.0.0.tar.gz::https://github.com/Zettlr/Zettlr/archive/v2.0.0.tar.gz
source = 0001-Do-not-download-pandoc.patch
- source = locales-2.0.0-4.zip::https://github.com/citation-style-language/locales/archive/0cc3885f6100e26ac6c6d103efa6f3d7195fd21b.zip
- source = chicago-author-date-2.0.0-4.csl::https://github.com/citation-style-language/styles/raw/3a6a0a7bc1410075c606e51cab45877cc76f1f69/chicago-author-date.csl
+ source = locales-2.0.0-5.zip::https://github.com/citation-style-language/locales/archive/0cc3885f6100e26ac6c6d103efa6f3d7195fd21b.zip
+ source = chicago-author-date-2.0.0-5.csl::https://github.com/citation-style-language/styles/raw/3a6a0a7bc1410075c606e51cab45877cc76f1f69/chicago-author-date.csl
sha256sums = b23d3a7e802ff4be31dd4dfb43fb54272a3935aec665e09b79c4b369da80ae8f
sha256sums = 97d1e620226324a1b7e5571ca800286a62f17e3729b08383918be81b64530287
sha256sums = 9b3e987aefb10da8b2baadd06e751e978ea23dc7b6297802cbda0ec6806744e2
diff --git a/PKGBUILD b/PKGBUILD
index 39ce4b9bff6d..584d3fa51c79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _bundle_pandoc=false
pkgname=zettlr
pkgver=2.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
url='https://www.zettlr.com'
@@ -39,6 +39,8 @@ fi
prepare() {
cd "Zettlr-${pkgver}"
+
+ patch -Np1 -i $srcdir/0001-Do-not-download-pandoc.patch
# csl:refresh from package.json
find "${srcdir}/locales-$_csl_locale_commit" -name "*.xml" \