summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 949c3efc7f62..673d029ffabd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = polylux2pdfpc
license = MIT
makedepends = git
makedepends = cargo
+ depends = typst
+ optdepends = pdfpc: Present the generated speaker notes using the presenter console
source = git+https://github.com/andreasKroepelin/polylux#tag=v0.3.0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8c1a872402be..e4e8d93f16ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,9 @@ pkgdesc='pdfpc extractor for polylux, a package for creating slides in Typst'
arch=(x86_64)
url='https://github.com/andreasKroepelin/polylux'
license=(MIT)
-depends=()
+depends=(typst)
makedepends=(git cargo)
+optdepends=('pdfpc: Present the generated speaker notes using the presenter console')
source=("git+$url#tag=v$pkgver")
sha256sums=('SKIP')