summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Parag2020-09-05 22:03:45 +0200
committerFilip Parag2020-09-05 22:03:45 +0200
commit116ea57cd73cfdae2f4ded4d414433e824900793 (patch)
tree87a4dfb5b831a97803f141f917c76ccf5f17ff3b
parent3a6c6aa8feb6ae2e7266b5b6aadef4ea42210406 (diff)
downloadaur-116ea57cd73cfdae2f4ded4d414433e824900793.tar.gz
version 2.11.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09fac4bdc11f..c8c4aa9523d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wikiman
pkgdesc = Offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation.
- pkgver = 2.11.2
+ pkgver = 2.11.3
pkgrel = 1
url = https://github.com/filiparag/wikiman
arch = any
@@ -13,10 +13,12 @@ pkgbase = wikiman
depends = w3m
depends = findutils
depends = coreutils
+ depends = sed
+ depends = grep
optdepends = arch-wiki-docs: enable Arch Wiki
backup = etc/wikiman.conf
- source = wikiman-2.11.2.tar.gz::https://github.com/filiparag/wikiman/archive/2.11.2.tar.gz
- sha256sums = fb241d3427caddebd3d7e26efae836117f3a004f2889592542b71b72d9453c96
+ source = wikiman-2.11.3.tar.gz::https://github.com/filiparag/wikiman/archive/2.11.3.tar.gz
+ sha256sums = e04731753d3c34fa7ba68559c39eb8b6e42c9d84c3c37492b52cafa18da495b3
pkgname = wikiman
diff --git a/PKGBUILD b/PKGBUILD
index d2fdd3eb2821..20346fa27472 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer Filip Parag <aur@filiparag.com>
pkgname=wikiman
-pkgver=2.11.2
+pkgver=2.11.3
pkgrel=1
pkgdesc="Offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation."
arch=('any')
url="https://github.com/filiparag/wikiman"
license=('MIT')
makedepends=('make')
-depends=('man' 'fzf' 'ripgrep' 'awk' 'w3m' 'findutils' 'coreutils')
+depends=('man' 'fzf' 'ripgrep' 'awk' 'w3m' 'findutils' 'coreutils' 'sed' 'grep')
optdepends=('arch-wiki-docs: enable Arch Wiki')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('fb241d3427caddebd3d7e26efae836117f3a004f2889592542b71b72d9453c96')
+sha256sums=('e04731753d3c34fa7ba68559c39eb8b6e42c9d84c3c37492b52cafa18da495b3')
backup=('etc/wikiman.conf')
package() {