summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Minnocci2021-01-08 01:31:44 +0100
committerFrancesco Minnocci2021-01-08 01:31:44 +0100
commitc61a5f8ec3f31c19980e7ea5513a7e628e7c71c5 (patch)
treed74268dcec9bde0ca7bc0fcd826efb9b3e608999 /PKGBUILD
parent2545498a7c9ec2ea1fe185adbfcf6ac76d8a7cff (diff)
downloadaur-c61a5f8ec3f31c19980e7ea5513a7e628e7c71c5.tar.gz
Add 'neovim' dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d951cefcd8c5..7e7b8a529001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
-# Mantainer: Ramana Kumar <firstname at member.fsf.org>
-# Contributor: Ramana Kumar <firstname at member.fsf.org>
-# Contributor: Jesus Alvarez <jeezusjr@gmail.com>
+# Maintainer: Francesco Minnocci <ascoli dot minnocci at gmail dot com>
pkgname=pacnews-neovim-git
-pkgver=v1.0.r0.gd78c8ac
-pkgrel=1
-pkgdesc="Find .pacnew files and merge them with a neovim diff - updated git tag"
+pkgver=v1.0.r298.g802fcb1
+pkgrel=2
+pkgdesc="Find .pacnew files and merge them with a neovim diff, updated git tag"
arch=(any)
url="https://github.com/pbrisbin/dotfiles/blob/v1.0/tag-scripts/local/bin/pacnews"
license=('unknown')
+depends=('neovim')
makedepends=('git')
provides=('pacnews-git')
conflicts=('pacnews-git')