summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrLi2021-10-17 04:51:17 +0800
committerBrLi2021-10-17 04:51:17 +0800
commit6c1adfaa6c02e51f759436ff6aa44a3cdb05937a (patch)
treea87462d0736350da025565414b28f36791ec357f
parent336824a443189be7e624869127c78127e39337dd (diff)
downloadaur-6c1adfaa6c02e51f759436ff6aa44a3cdb05937a.tar.gz
remove fonts from static files
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06ab06fdf9e6..ed3f8a9ea42e 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 = 2
+ pkgrel = 3
url = https://www.zettlr.com
install = install
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = zettlr
optdepends = ttf-lato: Display output in a more comfortable way
options = !strip
source = zettlr-2.0.0.tar.gz::https://github.com/Zettlr/Zettlr/archive/v2.0.0.tar.gz
- source = locales-2.0.0-2.zip::https://github.com/citation-style-language/locales/archive/0cc3885f6100e26ac6c6d103efa6f3d7195fd21b.zip
- source = chicago-author-date-2.0.0-2.csl::https://github.com/citation-style-language/styles/raw/3a6a0a7bc1410075c606e51cab45877cc76f1f69/chicago-author-date.csl
+ source = locales-2.0.0-3.zip::https://github.com/citation-style-language/locales/archive/0cc3885f6100e26ac6c6d103efa6f3d7195fd21b.zip
+ source = chicago-author-date-2.0.0-3.csl::https://github.com/citation-style-language/styles/raw/3a6a0a7bc1410075c606e51cab45877cc76f1f69/chicago-author-date.csl
sha256sums = b23d3a7e802ff4be31dd4dfb43fb54272a3935aec665e09b79c4b369da80ae8f
sha256sums = 9b3e987aefb10da8b2baadd06e751e978ea23dc7b6297802cbda0ec6806744e2
sha256sums = 1455e57b314fd13ba155f4ab93f061e3e6393c13cd0f16380adb9d73614f7930
diff --git a/PKGBUILD b/PKGBUILD
index e23ac65ab44b..6d387d367bf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _bundle_pandoc=false
pkgname=zettlr
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A markdown editor for writing academic texts and taking notes"
arch=('x86_64')
url='https://www.zettlr.com'
@@ -75,6 +75,10 @@ build() {
rm -rfv icons/dmg
rm -rfv icons/*icns
rm -rfv icons/*.ico
+
+ # Remove fonts
+ cd "${srcdir}/Zettlr-${pkgver}/static"
+ rm -rf fonts
}
# check() {