summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPantelis Panayiotou2023-12-19 21:13:16 +0200
committerPantelis Panayiotou2023-12-19 21:13:16 +0200
commit9df88f68e3e5af3e26ed46d931763c05b4d35268 (patch)
treed03241242f389a9bfa47561683e13afda6093440
parentb1eb75361966860f4115497ab0b776441e7770a6 (diff)
downloadaur-9df88f68e3e5af3e26ed46d931763c05b4d35268.tar.gz
Changed makedepend pandoc to pandoc-cli
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c0f45591ca6..6b4fdb957c5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = qman-git
license = BSD-2-CLAUSE
makedepends = git
makedepends = meson
- makedepends = pandoc
+ makedepends = pandoc-cli
depends = ncurses
depends = libinih
source = qman-git::git+https://github.com/plp13/qman.git
diff --git a/PKGBUILD b/PKGBUILD
index a5023d3c133e..16e43678524a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/plp13/qman"
license=('BSD-2-CLAUSE')
depends=('ncurses' 'libinih')
-makedepends=('git' 'meson' 'pandoc')
+makedepends=('git' 'meson' 'pandoc-cli')
source=("$pkgname"::"git+https://github.com/plp13/qman.git")
sha256sums=('SKIP')