summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-07-02 13:45:28 -0500
committerLuis Martinez2021-07-02 13:45:28 -0500
commit6290ca21623f7bd21c642ad7491c1fa9d2d45269 (patch)
treeab7f56cd791484eee81bd04d7ba52d43af8b0ae9
parent84cad2968b543c7b427156116505569498b40262 (diff)
downloadaur-6290ca21623f7bd21c642ad7491c1fa9d2d45269.tar.gz
change depends to neovim 0.5.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b60e24fa910..b719b0f7253e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neovim-truezen-git
pkgdesc = Clean and elegant distraction-free writing for Neovim
- pkgver = r766.305d2bc
- pkgrel = 1
+ pkgver = r1030.9a0567c
+ pkgrel = 2
url = https://github.com/pocco81/truezen.nvim
arch = any
groups = neovim-plugins
license = GPL3
makedepends = git
- depends = neovim-git
+ depends = neovim>=0.5.0
provides = neovim-truezen
conflicts = neovim-truezen
conflicts = vim-goyo
@@ -15,4 +15,3 @@ pkgbase = neovim-truezen-git
sha256sums = SKIP
pkgname = neovim-truezen-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7ff75fbd02ad..e9bff9458e8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Luis Martinez <luis dot martinez at tuta dot io>
pkgname=neovim-truezen-git
-pkgver=r766.305d2bc
-pkgrel=1
+pkgver=r1030.9a0567c
+pkgrel=2
pkgdesc="Clean and elegant distraction-free writing for Neovim"
arch=('any')
url="https://github.com/pocco81/truezen.nvim"
license=('GPL3')
groups=('neovim-plugins')
-depends=('neovim-git')
+depends=('neovim>=0.5.0')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" 'vim-goyo')