summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD12
3 files changed, 15 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe50e0f6034e..53cc95843c20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = local-arch-wiki
- pkgdesc = An offline version of arch linux wiki.
- pkgver = 1.1
+ pkgdesc = A convenient wrapper for arch-wiki-docs, enabling effortless searching and access to the offline Arch Wiki.
+ pkgver = 2.0
pkgrel = 0
url = https://github.com/whoisyoges/local-arch-wiki
arch = any
license = GPL2
makedepends = git
depends = arch-wiki-docs
- depends = dmenu
depends = bash
depends = sed
- optdepends = rofi
- optdepends = firefox
- optdepends = xdg-utils
- optdepends = libnotify
+ optdepends = dmenu: tofi, dmenu, rofi or any other menu.
+ optdepends = firefox: Firefox or any other web browser.
+ optdepends = libnotify: For notification support.
source = local-arch-wiki::git+https://github.com/whoisyoges/local-arch-wiki
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0f82cc615d21
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+local-arch-wiki*
+pkg
+src
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')