summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPascal Mehnert2022-01-02 11:17:29 +0100
committerPascal Mehnert2022-01-02 11:17:29 +0100
commitf53676ad3c2b814822bd571468b575c6ebef136a (patch)
tree379b2de75c0efd2588db4552bcc0318388c134c3 /PKGBUILD
parentae8264207a514b4fe75e5431bda85592753ea263 (diff)
downloadaur-f53676ad3c2b814822bd571468b575c6ebef136a.tar.gz
Update PKGBUILD to use main branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae388e9a24c9..6aec0ae46513 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pascal Mehnert <gargoil@posteo.de>
pkgname=nvimpager-git
-pkgver=0.10.2.r8.g499f43c
+pkgver=0.10.4.r17.g095e29a
pkgrel=1
pkgdesc="Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting"
arch=('any')
@@ -11,7 +11,7 @@ depends=('neovim>=0.4.0' 'bash')
makedepends=('git' 'scdoc')
conflicts=('nvimpager')
provides=('nvimpager')
-source=('git+https://github.com/lucc/nvimpager.git')
+source=('git+https://github.com/lucc/nvimpager.git#branch=main')
sha256sums=('SKIP')
pkgver() {