summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Freudenberger2023-08-28 09:42:47 +0200
committerJulius Freudenberger2023-08-28 09:42:47 +0200
commit8edf14ea80111ee7696ae2c23da7d2ca3cd93163 (patch)
treee3720b0a722bc7ea86a05ae6cd751885fdc53cb9
parent2289658ca405e1614b7c84dd20cef0842da8ef39 (diff)
downloadaur-8edf14ea80111ee7696ae2c23da7d2ca3cd93163.tar.gz
Update dependency array to include typst and suggest pdfpc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aefb1654841c..feec8d2c9d0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = polylux2pdfpc-git
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.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7551722c8603..2240b3a6e335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,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.git")
sha256sums=('SKIP')