summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrLi2021-05-24 02:41:41 +0800
committerBrLi2021-05-24 02:41:41 +0800
commitc54ea89098168668aa98f52f67004517e7f18256 (patch)
tree0d2de0320e0bf112dbebf584bc21a9c94b225488
parent7a564fb7b29e3209ce13fe07b88944dd79e5fee0 (diff)
downloadaur-c54ea89098168668aa98f52f67004517e7f18256.tar.gz
updpkg
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3944c6341577..85d4862400ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zettlr
pkgdesc = A markdown editor for writing academic texts and taking notes
- pkgver = 1.8.8
- pkgrel = 2
+ pkgver = 1.8.9
+ pkgrel = 1
url = https://www.zettlr.com
install = install
arch = x86_64
@@ -14,11 +14,11 @@ pkgbase = zettlr
optdepends = texlive-bin: For Latex support
optdepends = ttf-lato: Display output in a more comfortable way
options = !strip
- source = zettlr-1.8.8.tar.gz::https://github.com/Zettlr/Zettlr/archive/v1.8.8.tar.gz
- source = locales-1.8.8-2.zip::https://github.com/citation-style-language/locales/archive/bd8d2dbc85713b192d426fb02749475df30f0d2c.zip
- source = chicago-author-date-1.8.8-2.csl::https://github.com/citation-style-language/styles/raw/1e63dfef3bb8fa695d5a8786ec979a71e7cc118a/chicago-author-date.csl
+ source = zettlr-1.8.9.tar.gz::https://github.com/Zettlr/Zettlr/archive/v1.8.9.tar.gz
+ source = locales-1.8.9-1.zip::https://github.com/citation-style-language/locales/archive/bd8d2dbc85713b192d426fb02749475df30f0d2c.zip
+ source = chicago-author-date-1.8.9-1.csl::https://github.com/citation-style-language/styles/raw/1e63dfef3bb8fa695d5a8786ec979a71e7cc118a/chicago-author-date.csl
source = https://github.com/jgm/pandoc/releases/download/2.11.3.2/pandoc-2.11.3.2-linux-amd64.tar.gz
- sha256sums = cce11cca98358dbe48a7f42bafaa789dba77add711b9e37f155ee8c956085938
+ sha256sums = 351b579c2c42f2f1836e9882a27e0497c862857a826231b5067c1204d9b846b4
sha256sums = 8ebd67f265760cdcd450237ff109ee7334abaaf61eb26a2dfe917a5bd1f3c59d
sha256sums = 2b7cd6c1c9be4add8c660fb9c6ca54f1b6c3c4f49d6ed9fa39c9f9b10fcca6f4
sha256sums = 422c1f38b4731edfafcc0f8011a8dc46ce3a84e61b896ef15e3a23e0a9b453d6
diff --git a/PKGBUILD b/PKGBUILD
index d2422afcb0db..037ebb8aee78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_bundle_pandoc=true
pkgname=zettlr
-pkgver=1.8.8
-pkgrel=2
+pkgver=1.8.9
+pkgrel=1
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
url='https://www.zettlr.com'
@@ -24,7 +24,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Zettlr/Zettlr/archive/v
# citation style
"locales-${pkgver}-${pkgrel}.zip::https://github.com/citation-style-language/locales/archive/${_csl_locale_commit}.zip"
"chicago-author-date-${pkgver}-${pkgrel}.csl::https://github.com/citation-style-language/styles/raw/${_csl_style_commit}/chicago-author-date.csl")
-sha256sums=('cce11cca98358dbe48a7f42bafaa789dba77add711b9e37f155ee8c956085938'
+sha256sums=('351b579c2c42f2f1836e9882a27e0497c862857a826231b5067c1204d9b846b4'
'8ebd67f265760cdcd450237ff109ee7334abaaf61eb26a2dfe917a5bd1f3c59d'
'2b7cd6c1c9be4add8c660fb9c6ca54f1b6c3c4f49d6ed9fa39c9f9b10fcca6f4')
if ${_bundle_pandoc} ; then