summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Gust2023-10-13 17:29:06 -0600
committerJeremy Gust2023-10-13 17:29:06 -0600
commitbd372a874e1ecfb7f00c995813bc66312129232e (patch)
tree83aafbe4eb40cddf6583ca291739c649131e85e4 /PKGBUILD
parentae043d8f9d62264ef1b8b080e506b1261b3c938c (diff)
downloadaur-bd372a874e1ecfb7f00c995813bc66312129232e.tar.gz
Updated to version 1.18.0, removed unneeded opt dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de053f844c06..1d3100d03226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,15 @@
# Contributor: Jameson Pugh <imntreal@gmail.com>
pkgname=moar
-pkgver=1.17.1
+pkgver=1.18.0
pkgrel=1
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=(go)
-optdepends=("highlight: source code syntax highlighter")
-conflicts=(moar-bin)
source=("${pkgname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('56f381bfa113333a28aad6cdb40bf2c81b99338b6806d3ab1039b17df4a676f3')
+sha256sums=('ba3840b57536fc39ada112836179d3c6c6aa7208e8805f5db2bdc59bf69a899a')
build() {