summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexBocken2023-01-23 12:26:12 +0100
committerAlexBocken2023-01-23 12:26:12 +0100
commitb457222dc79487dbaa79686eb53f52e7a35daa49 (patch)
tree4558c1f95f34077e867d5f5568039c129e2a143b
parent49795d838202c0a68bb1fe48f75458720ce68dde (diff)
downloadaur-b457222dc79487dbaa79686eb53f52e7a35daa49.tar.gz
add texlive-most to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8548cffc97b..417a9c003a83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anki-qt5
pkgdesc = Helps you remember facts (like words/phrases in a foreign language) - Qt5 Build
pkgver = 2.1.56
- pkgrel = 1
+ pkgrel = 2
url = https://apps.ankiweb.net/
arch = x86_64
license = AGPL3
@@ -31,6 +31,7 @@ pkgbase = anki-qt5
optdepends = lame: record sound
optdepends = mpv: play sound. prefered over mplayer
optdepends = mplayer: play sound
+ optdepends = texlive-most: render LaTex in cards
provides = anki
conflicts = anki
conflicts = anki-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e4a5a737ece..8eede9355e3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=anki-qt5
pkgver=2.1.56
-pkgrel=1
+pkgrel=2
pkgdesc="Helps you remember facts (like words/phrases in a foreign language) - Qt5 Build"
url="https://apps.ankiweb.net/"
license=('AGPL3')
@@ -54,6 +54,7 @@ optdepends=(
'lame: record sound'
'mpv: play sound. prefered over mplayer'
'mplayer: play sound'
+ 'texlive-most: render LaTex in cards'
)
# using the tag tarballs does not work with the new (>= 2.1.55) build process.