summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Parag2020-09-05 09:41:58 +0200
committerFilip Parag2020-09-05 09:41:58 +0200
commit3a6c6aa8feb6ae2e7266b5b6aadef4ea42210406 (patch)
tree406139b2b4f9084df86ed93ad1d3309722ab4e1f
parent2deb03da3a430781956d57b1dc24604007f45dc7 (diff)
downloadaur-3a6c6aa8feb6ae2e7266b5b6aadef4ea42210406.tar.gz
verstion 2.11.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 948f794de945..09fac4bdc11f 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.1
+ pkgver = 2.11.2
pkgrel = 1
url = https://github.com/filiparag/wikiman
arch = any
@@ -12,10 +12,11 @@ pkgbase = wikiman
depends = awk
depends = w3m
depends = findutils
+ depends = coreutils
optdepends = arch-wiki-docs: enable Arch Wiki
backup = etc/wikiman.conf
- source = wikiman-2.11.1.tar.gz::https://github.com/filiparag/wikiman/archive/2.11.1.tar.gz
- sha256sums = 8c6302a1120286937c4f0718a43540e68b9aaed64d76bfdbc1d1c5bc9e17671b
+ source = wikiman-2.11.2.tar.gz::https://github.com/filiparag/wikiman/archive/2.11.2.tar.gz
+ sha256sums = fb241d3427caddebd3d7e26efae836117f3a004f2889592542b71b72d9453c96
pkgname = wikiman
diff --git a/PKGBUILD b/PKGBUILD
index 86071de08f25..d2fdd3eb2821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer Filip Parag <aur@filiparag.com>
pkgname=wikiman
-pkgver=2.11.1
+pkgver=2.11.2
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')
+depends=('man' 'fzf' 'ripgrep' 'awk' 'w3m' 'findutils' 'coreutils')
optdepends=('arch-wiki-docs: enable Arch Wiki')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('8c6302a1120286937c4f0718a43540e68b9aaed64d76bfdbc1d1c5bc9e17671b')
+sha256sums=('fb241d3427caddebd3d7e26efae836117f3a004f2889592542b71b72d9453c96')
backup=('etc/wikiman.conf')
package() {