summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormotte2020-06-03 01:22:54 +0300
committermotte2020-06-03 01:50:06 +0300
commit4f133a8b94b8dde0a88027ba36f6890ba6b5a042 (patch)
tree438091fc3fb257c2ad4041ca4659bd99582263f3
parent3457f7670d26d09153adb0bf43d709dddde8058c (diff)
downloadaur-4f133a8b94b8dde0a88027ba36f6890ba6b5a042.tar.gz
Remove groff from depends
groff is included in the base-devel group
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d10a172a84b..3850ef3a0030 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = cppman
license = GPL3
depends = python3
depends = vim
- depends = groff
depends = python-beautifulsoup4
depends = python-html5lib
conflicts = cppman-git
diff --git a/PKGBUILD b/PKGBUILD
index bb72e8d1cae1..db7292b48b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/aitjcize/cppman"
license=('GPL3')
conflicts=(cppman-git)
-depends=(python3 vim groff python-beautifulsoup4 python-html5lib)
+depends=(python3 vim python-beautifulsoup4 python-html5lib)
source=("https://pypi.python.org/packages/53/9a/4908e1de68541c43961bea068c7062e91f8c8b656ea5fcf6ce0d7138a702/${pkgname}-${pkgver}.tar.gz")