summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaximumWoahverdrive2023-11-12 17:33:04 +0100
committerMaximumWoahverdrive2023-11-12 17:33:04 +0100
commit7ae266bc83b3d316e8392f404dcdaf577149f346 (patch)
treed460671e43a166ffa5fd8a08590e993cdfb62140 /PKGBUILD
parentcde528c42dc5bb088f9a412b94179f9e19bbe7f6 (diff)
downloadaur-moar-git.tar.gz
Remove obsolete optdepend highlight
Change pkgdesc to fit guidelines bump pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7141115c32a5..7705a0f2a870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
_pkgname='moar'
pkgname="${_pkgname}-git"
-pkgver=1.16.2.r0.g0a2dfa3
+pkgver=1.18.3.r2.ga3df10b
pkgrel=1
-pkgdesc='Drop-in replacement for the less pager'
+pkgdesc='A pager designed to just do the right thing without any configuration.'
arch=('x86_64')
url='https://github.com/walles/moar'
license=('BSD')
makedepends=('git' 'go')
-optdepends=('highlight: syntax highlighting')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("git+${url}.git")