summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerje Larsen2017-05-03 13:52:19 +0200
committerTerje Larsen2017-05-03 13:52:19 +0200
commit8caea64ab90f8779a35ea512af580530eda8f1d2 (patch)
tree15771d9a3f017b85659fc81f5d7b2d0f6ddd4766
parentb9c53a7a97ccddf74f2ef2a39ba6593d72149e94 (diff)
downloadaur-8caea64ab90f8779a35ea512af580530eda8f1d2.tar.gz
Update to 0.2.3 and update dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a8485b16347..687890bda45d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = oni
pkgdesc = NeoVim front-end UI focused on IDE-like extensibility
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
- url = https://www.npmjs.com/package/oni
+ url = https://github.com/extr0py/oni
arch = any
license = MIT
makedepends = tar
depends = nodejs
depends = neovim
- source = https://github.com/extr0py/oni/releases/download/v0.2.2-recovery/oni-0.2.2.tar.gz
+ depends = gconf
+ depends = libxss
+ source = https://github.com/extr0py/oni/releases/download/v0.2.3/oni-0.2.3.tar.gz
source = oni.sh
- sha256sums = aea0eae52bdc85aee77dab3f17c5cac243fb87d8f75939586afb7c2b7333f37c
+ sha256sums = ea03bae1bdae6b4d006ea53f210ff510173e9b6fbc86e048eced9caf162ca502
sha256sums = 72a945d501f33cfc2fd0d8e832942ba75c09518abd2248973c4df461c3229aee
pkgname = oni
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() {