summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCastor2024-03-23 19:12:02 +0545
committerCastor2024-03-23 19:12:02 +0545
commitb3282f8f8112f0df2bb02af9f358cf3ff383beb1 (patch)
tree135ade704ff058a4d9b82d1fa1baefb23b6160f3 /PKGBUILD
parentb7c52496b36e36085e0a82849cf5ce2643e8e0f3 (diff)
downloadaur-local-arch-wiki.tar.gz
Updated as a wrapper for arch-wiki-docs with configuration support.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb9b026252fb..2416c85660e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
-# Maintainer: Castor <whoisyoges at castorisdead dot xyz>
+# Maintainer: Castor <whoisyoges@castorisdead.xyz>
pkgname=local-arch-wiki
-pkgver=1.1
+pkgver=2.0
pkgrel=0
-pkgdesc="An offline version of arch linux wiki."
+pkgdesc="A convenient wrapper for arch-wiki-docs, enabling effortless searching and access to the offline Arch Wiki."
arch=('any')
url="https://github.com/whoisyoges/local-arch-wiki"
license=('GPL2')
-depends=('arch-wiki-docs' 'dmenu' 'bash' 'sed')
-optdepends=('rofi' 'firefox' 'xdg-utils' 'libnotify')
+depends=('arch-wiki-docs' 'bash' 'sed')
+optdepends=('dmenu: tofi, dmenu, rofi or any other menu.'
+ 'firefox: Firefox or any other web browser.'
+ 'libnotify: For notification support.')
makedepends=('git')
source=("${pkgname}::git+${url}")
sha256sums=('SKIP')