summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjuliustin2023-08-28 09:39:48 +0200
committerjuliustin2023-08-28 09:39:48 +0200
commit6a12440503eb0ba1208a361ddf9809431925d0c6 (patch)
treec68f4430f6f0b88dccf117d9473f9f6459f73b44 /PKGBUILD
parentdf844a9bf2f0aaf834fc08db36cb880c5b417750 (diff)
downloadaur-6a12440503eb0ba1208a361ddf9809431925d0c6.tar.gz
Update dependency arrays to include typst and suggest pdfpc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')