summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6a903224186..a0022b879985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = neovim-gtk-git
pkgdesc = GTK UI for Neovim written in Rust
pkgver = 623
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/daa84/neovim-gtk
arch = i686
arch = x86_64
license = GPL3
makedepends = cargo
+ makedepends = git
depends = neovim
depends = gtk3
depends = vte3
diff --git a/PKGBUILD b/PKGBUILD
index c145ff1404ba..6855f9f444c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=neovim-gtk
pkgname=neovim-gtk-git
pkgver=623
-pkgrel=1
+pkgrel=2
pkgdesc='GTK UI for Neovim written in Rust'
arch=('i686' 'x86_64')
url="https://github.com/daa84/neovim-gtk"
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('neovim' 'gtk3' 'vte3')
conflicts=('neovim-gtk')
provides=('neovim-gtk')
-makedepends=('cargo')
+makedepends=('cargo' 'git')
source=("git+https://github.com/daa84/neovim-gtk.git")
md5sums=('SKIP')