summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Mehnert2022-01-02 11:17:29 +0100
committerPascal Mehnert2022-01-02 11:17:29 +0100
commitf53676ad3c2b814822bd571468b575c6ebef136a (patch)
tree379b2de75c0efd2588db4552bcc0318388c134c3
parentae8264207a514b4fe75e5431bda85592753ea263 (diff)
downloadaur-f53676ad3c2b814822bd571468b575c6ebef136a.tar.gz
Update PKGBUILD to use main branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fba124e6a458..0a84de401653 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nvimpager-git
pkgdesc = Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
- pkgver = 0.10.2.r8.g499f43c
+ pkgver = 0.10.4.r17.g095e29a
pkgrel = 1
url = https://github.com/lucc/nvimpager
arch = any
@@ -11,7 +11,7 @@ pkgbase = nvimpager-git
depends = bash
provides = nvimpager
conflicts = nvimpager
- source = git+https://github.com/lucc/nvimpager.git
+ source = git+https://github.com/lucc/nvimpager.git#branch=main
sha256sums = SKIP
pkgname = nvimpager-git
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() {