summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD9
3 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acf6a44511e8..f851fd4017b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = neovim-gtk-git
pkgdesc = GTK UI for Neovim written in Rust
- pkgver = 809
+ pkgver = 1063
pkgrel = 1
url = https://github.com/Lyude/neovim-gtk
- arch = i686
arch = x86_64
license = GPL3
makedepends = cargo
makedepends = git
depends = neovim
- depends = gtk3
- depends = vte3
+ depends = gtk4
+ depends = vte4
provides = neovim-gtk
conflicts = neovim-gtk
source = git+https://github.com/Lyude/neovim-gtk.git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a31ce06baea6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/*.zst
+/*.tar.gz
+/pkg
+/src
+/neovim-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 3f2576b153ee..7038810a947c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Wesley Moore <wes@wezm.net>
+# Maintainer: Yorick Peterse <aur AT yorickpeterse DOT com>
+# Contributor: Wesley Moore <wes@wezm.net>
_pkgname=neovim-gtk
pkgname=neovim-gtk-git
-pkgver=809
+pkgver=1063
pkgrel=1
pkgdesc='GTK UI for Neovim written in Rust'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/Lyude/neovim-gtk"
license=('GPL3')
-depends=('neovim' 'gtk3' 'vte3')
+depends=('neovim' 'gtk4' 'vte4')
conflicts=('neovim-gtk')
provides=('neovim-gtk')
makedepends=('cargo' 'git')