summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28c4098d7d28..973c31c7c17b 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.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.zettlr.com
install = install
arch = x86_64
@@ -10,14 +10,14 @@ pkgbase = zettlr
makedepends = pandoc
makedepends = git
makedepends = yarn
- depends = electron10
+ depends = electron
optdepends = pandoc: For exporting to various format
optdepends = texlive-bin: For Latex support
optdepends = ttf-lato: Display output in a more comfortable way
options = !strip
source = zettlr-1.8.7.tar.gz::https://github.com/Zettlr/Zettlr/archive/v1.8.7.tar.gz
- source = locales-1-1.8.7.zip::https://github.com/citation-style-language/locales/archive/ecb8e70233e9a68e8b1dda4586061be8f8611a38.zip
- source = chicago-author-date-1.8.7-1.csl::https://github.com/citation-style-language/styles/raw/a7899732910f5e69aae7799bf4e61505716c211b/chicago-author-date.csl
+ source = locales-2-1.8.7.zip::https://github.com/citation-style-language/locales/archive/ecb8e70233e9a68e8b1dda4586061be8f8611a38.zip
+ source = chicago-author-date-1.8.7-2.csl::https://github.com/citation-style-language/styles/raw/a7899732910f5e69aae7799bf4e61505716c211b/chicago-author-date.csl
sha256sums = 7b0d7dee7a6f95e8e282ad2cf057c0242056d8a02366eb3bb80d5f010a823fe6
sha256sums = 24503a6cd5b3651a7003353811ae82d3ed707ec8ff932d341668c2ad377434b6
sha256sums = 2b7cd6c1c9be4add8c660fb9c6ca54f1b6c3c4f49d6ed9fa39c9f9b10fcca6f4
diff --git a/PKGBUILD b/PKGBUILD
index 838ed9ccb77f..8edce5ec0df9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=zettlr
pkgver=1.8.7
-pkgrel=1
+pkgrel=2
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
url='https://www.zettlr.com'
license=('GPL' 'custom') # Noted that the icon and name are copyrighted
-_electron=electron10
+_electron=electron
depends=($_electron)
makedepends=(pandoc git yarn)
optdepends=('pandoc: For exporting to various format'