summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTerje Larsen2017-11-08 13:44:20 +0100
committerTerje Larsen2017-11-08 13:44:20 +0100
commit9c0443426bfc6215b89a01d474367ada9d71e0fc (patch)
treef59b0e05431f600b1514a0b99ba1ee95c0aec331 /PKGBUILD
parentbcfeff9a91c9fbedab85e76e0bde87b914a5efa7 (diff)
downloadaur-9c0443426bfc6215b89a01d474367ada9d71e0fc.tar.gz
Update neovim dependency and upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")