summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2022-12-09 22:50:18 +0100
committerJose Riha2022-12-09 22:50:23 +0100
commit8d0fa77845c6ffe5286acc73075e5ac3b60371b8 (patch)
tree12a52a913005853481e8a2949c62f547edce153e /PKGBUILD
parent470685a57fb8919cde449492a6ce6c89f88ded4b (diff)
downloadaur-myman.tar.gz
Fix deps (thanks @Technetium1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae9a8f1fe714..4304d4505679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Jose Riha <jose1711 gmail com>
# Contributor: Anton Larionov <diffident dot cat at gmail dot com>
# Contributor: chochem <chochem@gmail.com>
+# Contributor: Technetium1
pkgname=myman
pkgver=0.7.0
-pkgrel=6
-pkgdesc='Pacman clone with an ncurses and a 'graphic' interface'
+pkgrel=7
+pkgdesc='Pacman clone with an ncurses and a "graphic" interface'
arch=('i686' 'x86_64')
url='http://myman.sourceforge.net/'
license=('BSD')
depends=('ncurses')
-makedepends=('make>=3.80')
+makedepends=('make>=3.80' 'man')
optdepends=('xterm: Launch game with xmyman wrapper'
'rxvt-unicode: Launch game with xmyman2 wrapper'
'kterm: Launch game with xmyman4 wrapper')