summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2022-01-08 11:43:12 +1000
committerWesley Moore2022-01-08 11:43:12 +1000
commit7c32965b0f1e3830d1dcf49fc7ed7599bac23719 (patch)
tree8a5d5caacb93253ace5eb3ba477ac4e338cd7b19
parent0fa050b55ad5c97c86fbe0ddfb5bdf3de2567e78 (diff)
downloadaur-7c32965b0f1e3830d1dcf49fc7ed7599bac23719.tar.gz
Switch to Lyude fork
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ccdf421b349..acf6a44511e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = neovim-gtk-git
pkgdesc = GTK UI for Neovim written in Rust
- pkgver = 695
+ pkgver = 809
pkgrel = 1
- url = https://github.com/daa84/neovim-gtk
+ url = https://github.com/Lyude/neovim-gtk
arch = i686
arch = x86_64
license = GPL3
@@ -13,8 +13,7 @@ pkgbase = neovim-gtk-git
depends = vte3
provides = neovim-gtk
conflicts = neovim-gtk
- source = git+https://github.com/daa84/neovim-gtk.git
+ source = git+https://github.com/Lyude/neovim-gtk.git
md5sums = SKIP
pkgname = neovim-gtk-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f58c21d2da59..3f2576b153ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Wesley Moore <wes@wezm.net>
_pkgname=neovim-gtk
pkgname=neovim-gtk-git
-pkgver=695
+pkgver=809
pkgrel=1
pkgdesc='GTK UI for Neovim written in Rust'
arch=('i686' 'x86_64')
-url="https://github.com/daa84/neovim-gtk"
+url="https://github.com/Lyude/neovim-gtk"
license=('GPL3')
depends=('neovim' 'gtk3' 'vte3')
conflicts=('neovim-gtk')
provides=('neovim-gtk')
makedepends=('cargo' 'git')
-source=("git+https://github.com/daa84/neovim-gtk.git")
+source=("git+https://github.com/Lyude/neovim-gtk.git")
md5sums=('SKIP')
pkgver() {