summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPantelis Panayiotou2024-04-08 10:49:12 +0300
committerPantelis Panayiotou2024-04-08 10:49:57 +0300
commit2baf3fa13033643231fcd30b5c8040e6b7b96d6a (patch)
tree80d7dc6a287452fd8c183bec664c378514932134
parent9df88f68e3e5af3e26ed46d931763c05b4d35268 (diff)
downloadaur-2baf3fa13033643231fcd30b5c8040e6b7b96d6a.tar.gz
Added python-cogapp to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b4fdb957c5d..81b2d1f1fc20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = qman-git
pkgdesc = A more modern manual page viewer for our terminals
pkgver = nightly
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/plp13/qman
arch = x86_64
license = BSD-2-CLAUSE
makedepends = git
makedepends = meson
makedepends = pandoc-cli
+ makedepends = python-cogapp
depends = ncurses
depends = libinih
source = qman-git::git+https://github.com/plp13/qman.git
diff --git a/PKGBUILD b/PKGBUILD
index 16e43678524a..5ba688cdc54a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=qman-git
pkgver=nightly
-pkgrel=1
+pkgrel=2
pkgdesc="A more modern manual page viewer for our terminals"
arch=('x86_64')
url="https://github.com/plp13/qman"
license=('BSD-2-CLAUSE')
depends=('ncurses' 'libinih')
-makedepends=('git' 'meson' 'pandoc-cli')
+makedepends=('git' 'meson' 'pandoc-cli' 'python-cogapp')
source=("$pkgname"::"git+https://github.com/plp13/qman.git")
sha256sums=('SKIP')