Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
zettlr


Commits:
a083e255 by Caleb Maclennan at 2024-05-04T13:13:29+03:00
upgpkg: 3.1.0-2: Fix optdepends for texlive reorganization

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = zettlr
        pkgdesc = A Markdown Editor for the 21st century
        pkgver = 3.1.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.zettlr.com
        arch = x86_64
        license = GPL-3.0-only
@@ -16,7 +16,7 @@ pkgbase = zettlr
        depends = pandoc-cli
        depends = ttf-inconsolata
        depends = ttf-liberation
-       optdepends = texlive-bin: For Latex support
+       optdepends = texlive-latex: For Latex support
        source = 
https://github.com/Zettlr/Zettlr/archive/v3.1.0/Zettlr-3.1.0.tar.gz
        source = zettlr.sh
        source = zettlr.xml


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 pkgname=zettlr
 _pkgname=${pkgname^}
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Markdown Editor for the 21st century'
 arch=(x86_64)
 url=https://www.zettlr.com
@@ -23,7 +23,7 @@ makedepends=(gendesk
              node-gyp
              yarn
              jq)
-optdepends=('texlive-bin: For Latex support')
+optdepends=('texlive-latex: For Latex support')
 _archive="$_pkgname-$pkgver"
 source=("$_url/archive/v$pkgver/$_archive.tar.gz"
         "$pkgname.sh"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zettlr/-/commit/a083e255838610786bbe39fd8c05aef2866ba7b4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zettlr/-/commit/a083e255838610786bbe39fd8c05aef2866ba7b4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to