summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2024-03-10 09:05:10 +0100
committerMarco Rubin2024-03-10 09:05:10 +0100
commit0cdea61aa6b1f97ab6e332bd52b6cbe620f33b1d (patch)
tree513fce8f4fd1585016921783eb87834468f651aa
parenteac48676533b105700b24dcc668759f49b46f79d (diff)
downloadaur-cppman.tar.gz
Added missing makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b949a12ec8b7..afcbaf3a2c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,14 @@
pkgbase = cppman
pkgdesc = C++ 98/11/14/17/20 manual pages for Linux, with source from cplusplus.com and cppreference.com.
pkgver = 0.5.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/aitjcize/cppman
arch = any
license = GPL3
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-setuptools
+ makedepends = python-wheel
depends = python
depends = python-beautifulsoup4
depends = python-html5lib
diff --git a/PKGBUILD b/PKGBUILD
index c8df0aacb2a5..f7e7b132c5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=cppman
pkgver=0.5.6
-pkgrel=2
+pkgrel=3
pkgdesc="C++ 98/11/14/17/20 manual pages for Linux, with source from cplusplus.com and cppreference.com."
arch=('any')
url="https://github.com/aitjcize/cppman"
license=('GPL3')
conflicts=(cppman-git)
depends=(python python-beautifulsoup4 python-html5lib)
+makedepends=(python-build python-installer python-setuptools python-wheel)
optdepends=("vim: For using vim as a pager"
"perl: for bash/zsh completion")
source=("$url/archive/$pkgver.tar.gz")