summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abfeac72bfe6..fd5a4d9376a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Terje Larsen <terlar@gmail.com>
pkgname=oni
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc='NeoVim front-end UI focused on IDE-like extensibility'
arch=(any)
-url="https://www.npmjs.com/package/$pkgname"
+url="https://github.com/extr0py/oni"
license=('MIT')
-depends=('nodejs' 'neovim')
+depends=('nodejs' 'neovim' 'gconf' 'libxss')
makedepends=('tar')
-source=("https://github.com/extr0py/${pkgname}/releases/download/v${pkgver}-recovery/${pkgname}-${pkgver}.tar.gz"
+source=("https://github.com/extr0py/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
"oni.sh")
-sha256sums=('aea0eae52bdc85aee77dab3f17c5cac243fb87d8f75939586afb7c2b7333f37c'
+sha256sums=('ea03bae1bdae6b4d006ea53f210ff510173e9b6fbc86e048eced9caf162ca502'
'72a945d501f33cfc2fd0d8e832942ba75c09518abd2248973c4df461c3229aee')
package() {