summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Parag2021-01-07 20:23:38 +0100
committerFilip Parag2021-01-07 20:23:38 +0100
commit9de8c499b7817a78ebb5da86d3c67d4a72957754 (patch)
tree5ca5b2552b81a7b4673e2ae2b91e53a97660479d
parentcf879c6685d550d82451e128e1581e54b39f2c8d (diff)
downloadaur-9de8c499b7817a78ebb5da86d3c67d4a72957754.tar.gz
version 2.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 954956e3ab07..d4433108c875 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.1
+ pkgver = 2.12.2
pkgrel = 1
url = https://github.com/filiparag/wikiman
arch = any
@@ -17,8 +17,8 @@ pkgbase = wikiman
depends = grep
optdepends = arch-wiki-docs: enable Arch Wiki
backup = etc/wikiman.conf
- source = wikiman-2.12.1.tar.gz::https://github.com/filiparag/wikiman/archive/2.12.1.tar.gz
- sha256sums = d22e6525c8702e36d94dabd596b59b4abe8ff45ed2a18c3f2c4fb0ca2c5814d5
+ source = wikiman-2.12.2.tar.gz::https://github.com/filiparag/wikiman/archive/2.12.2.tar.gz
+ sha256sums = ad3252b6e03b5bab8fdf2ed564e13811398f5d75d7739646e8dcf81c5062b3d7
pkgname = wikiman
diff --git a/PKGBUILD b/PKGBUILD
index 42cc8644c0c3..e2644a0491a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Filip Parag <aur@filiparag.com>
pkgname=wikiman
-pkgver=2.12.1
+pkgver=2.12.2
pkgrel=1
pkgdesc="Offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation."
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('make')
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=('d22e6525c8702e36d94dabd596b59b4abe8ff45ed2a18c3f2c4fb0ca2c5814d5')
+sha256sums=('ad3252b6e03b5bab8fdf2ed564e13811398f5d75d7739646e8dcf81c5062b3d7')
backup=('etc/wikiman.conf')
package() {