summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Parag2021-10-09 16:12:13 +0200
committerFilip Parag2021-10-09 16:12:13 +0200
commit53fc303ff31760fe2073c5bf5148f5a12627f4e8 (patch)
treef455ee03a1328360f0600537a14feed3b2e81b59
parent9de8c499b7817a78ebb5da86d3c67d4a72957754 (diff)
downloadaur-53fc303ff31760fe2073c5bf5148f5a12627f4e8.tar.gz
version 2.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4433108c875..0f183609105c 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.12.2
+ pkgver = 2.13
pkgrel = 1
url = https://github.com/filiparag/wikiman
arch = any
@@ -15,10 +15,10 @@ pkgbase = wikiman
depends = coreutils
depends = sed
depends = grep
+ depends = parallel
optdepends = arch-wiki-docs: enable Arch Wiki
backup = etc/wikiman.conf
- source = wikiman-2.12.2.tar.gz::https://github.com/filiparag/wikiman/archive/2.12.2.tar.gz
- sha256sums = ad3252b6e03b5bab8fdf2ed564e13811398f5d75d7739646e8dcf81c5062b3d7
+ source = wikiman-2.13.tar.gz::https://github.com/filiparag/wikiman/archive/2.13.tar.gz
+ sha256sums = 4a34d3a47ec22dfa4b3a759d7bed4d01bb25b5b5d7844d02ae3b7f2b33f18274
pkgname = wikiman
-
diff --git a/PKGBUILD b/PKGBUILD
index e2644a0491a5..f51b42208446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer Filip Parag <aur@filiparag.com>
pkgname=wikiman
-pkgver=2.12.2
+pkgver=2.13
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' 'sed' 'grep')
+depends=('man' 'fzf' 'ripgrep' 'awk' 'w3m' 'findutils' 'coreutils' 'sed' 'grep' 'parallel')
optdepends=('arch-wiki-docs: enable Arch Wiki')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ad3252b6e03b5bab8fdf2ed564e13811398f5d75d7739646e8dcf81c5062b3d7')
+sha256sums=('4a34d3a47ec22dfa4b3a759d7bed4d01bb25b5b5d7844d02ae3b7f2b33f18274')
backup=('etc/wikiman.conf')
package() {