summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerje Larsen2017-11-08 13:44:20 +0100
committerTerje Larsen2017-11-08 13:44:20 +0100
commit9c0443426bfc6215b89a01d474367ada9d71e0fc (patch)
treef59b0e05431f600b1514a0b99ba1ee95c0aec331
parentbcfeff9a91c9fbedab85e76e0bde87b914a5efa7 (diff)
downloadaur-9c0443426bfc6215b89a01d474367ada9d71e0fc.tar.gz
Update neovim dependency and upstream URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b201e170111..ec2a880c487c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,15 +2,15 @@ pkgbase = oni
pkgdesc = An IDE built around Neovim
pkgver = 0.2.12
pkgrel = 1
- url = https://github.com/bryphe/oni
+ url = https://github.com/onivim/oni
arch = any
license = MIT
makedepends = tar
depends = nodejs
- depends = neovim-git
+ depends = neovim
depends = gconf
depends = libxss
- source = https://github.com/bryphe/oni/releases/download/v0.2.12/Oni-0.2.12-linux.tar.gz
+ source = https://github.com/onivim/oni/releases/download/v0.2.12/Oni-0.2.12-linux.tar.gz
source = oni.sh
source = oni.desktop
source = icons.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c7bf887cedb0..4bf96e11d797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgver=0.2.12
pkgrel=1
pkgdesc='An IDE built around Neovim'
arch=(any)
-url="https://github.com/bryphe/oni"
+url="https://github.com/onivim/oni"
license=('MIT')
-depends=('nodejs' 'neovim-git' 'gconf' 'libxss')
+depends=('nodejs' 'neovim' 'gconf' 'libxss')
makedepends=('tar')
-source=("https://github.com/bryphe/${pkgname}/releases/download/v${pkgver}/Oni-${pkgver}-linux.tar.gz"
+source=("https://github.com/onivim/${pkgname}/releases/download/v${pkgver}/Oni-${pkgver}-linux.tar.gz"
"oni.sh"
"oni.desktop"
"icons.tar.gz")