summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c5c04e399c6..dd03fe4033dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pacnews-neovim-git
- pkgdesc = Find .pacnew files and merge them with a neovim diff - updated git tag
- 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
url = https://github.com/pbrisbin/dotfiles/blob/v1.0/tag-scripts/local/bin/pacnews
arch = any
license = unknown
makedepends = git
+ depends = neovim
provides = pacnews-git
conflicts = pacnews-git
source = git+https://github.com/pbrisbin/dotfiles.git#tag=v1.0
@@ -14,4 +15,3 @@ pkgbase = pacnews-neovim-git
md5sums = c8532d9984cbcb2dc97d2a07bb7a23de
pkgname = pacnews-neovim-git
-
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')