summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Parag2020-08-30 20:04:50 +0200
committerFilip Parag2020-08-30 20:04:50 +0200
commit55777767163ff861a8b1bcea3a239f0e844b171f (patch)
treea4e2921075ff0e5e2a349a5cacb888571cd989ed
parent97287c4512a7c8f3d06c897ded219a0da17f2d1a (diff)
downloadaur-55777767163ff861a8b1bcea3a239f0e844b171f.tar.gz
documentation for config files
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9af89d3b7ad8..0c64f2d28c67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ pkgdesc="Offline search engine for ArchWiki and manual pages combined"
arch=('any')
url="https://github.com/filiparag/wikiman"
license=('MIT')
-depends=('man' 'fzf' 'ripgrep' 'awk' 'w3m')
-optdepends=('xdg-utils')
+depends=('man' 'fzf' 'ripgrep' 'awk' 'w3m' 'arch-wiki-docs')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('6d0b13d52a1d78a194557b8a8b2a24d5c4d61a43edc37d2f5b7203935b46a4be')
# validpgpkeys=('DC9CC1294EAB98FA685FCD3520DF9FC9E4DF2430')
+backup=('etc/wikiman.conf')
package() {