summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorFlisk2017-10-09 06:46:51 +0200
committerFlisk2017-10-09 06:51:35 +0200
commit433e813f8e267d571817482422ec40b507ebbb91 (patch)
tree29b9a2500b534157318a91aa66d9bf3e416370d6 /.SRCINFO
parent9a264ba4194e6e605a381c3ac8111945b7ddc345 (diff)
downloadaur-433e813f8e267d571817482422ec40b507ebbb91.tar.gz
Adapt PKGBUILD from neovim-gtk-git
Let's hope the author got the dependencies right.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO12
1 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 077160eb884a..0f579f9141e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = neovim-gtk
- pkgdesc = GTK ui for neovim written in rust using gtk-rs bindings. With ligatures support.
+ pkgdesc = GTK UI for Neovim written in Rust
pkgver = v0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/daa84/neovim-gtk
- arch = x86_64
arch = i686
+ arch = x86_64
license = GPL3
makedepends = rust
makedepends = cargo
makedepends = git
+ depends = neovim
depends = gtk3
- source = neovim-gtk::git+https://github.com/daa84/neovim-gtk.git
- sha256sums = SKIP
+ depends = vte3
+ source = git+https://github.com/daa84/neovim-gtk.git
+ md5sums = SKIP
pkgname = neovim-gtk