summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
-rw-r--r--install7
3 files changed, 4 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7c98b9d87f1..30518cf80a21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = zettlr
pkgdesc = A markdown editor for writing academic texts and taking notes
pkgver = 2.0.0
- pkgrel = 5
+ pkgrel = 6
url = https://www.zettlr.com
- install = install
arch = x86_64
license = GPL
license = custom
@@ -16,8 +15,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-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
+ source = locales-2.0.0-6.zip::https://github.com/citation-style-language/locales/archive/0cc3885f6100e26ac6c6d103efa6f3d7195fd21b.zip
+ source = chicago-author-date-2.0.0-6.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 584d3fa51c79..675565cd9063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _bundle_pandoc=false
pkgname=zettlr
pkgver=2.0.0
-pkgrel=5
+pkgrel=6
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
url='https://www.zettlr.com'
@@ -21,7 +21,6 @@ _csl_locale_commit=0cc3885f6100e26ac6c6d103efa6f3d7195fd21b # Oct 17, 2021
_csl_style_commit=3a6a0a7bc1410075c606e51cab45877cc76f1f69
_pandoc_binary_ver=2.14.2 # check scripts/get-pandoc.sh for update
options=(!strip)
-install=install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Zettlr/Zettlr/archive/v${pkgver}.tar.gz"
'0001-Do-not-download-pandoc.patch'
# citation style
diff --git a/install b/install
deleted file mode 100644
index b82b8b31dc02..000000000000
--- a/install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_upgrade() {
- if (( $(vercmp $2 1.8.8-2) < 0)); then
- printf 'In order to adhere upstream, we now ship with bundled pandoc binary'
- printf "If you want to export documents with Arch's system pandoc"
- printf 'Please choose NOT to export with built-in pandoc in Preference/Export tab'
- fi
-}