summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfusion8092016-07-22 10:42:18 +1000
committerfusion8092016-07-22 10:42:18 +1000
commitb886eb53e939b008a3841f85c5f77a377b5a84ab (patch)
tree01e4618793940760c8c16fb8dc46797ebe1c28cf
parent22b9883e2c0c5ba91da4089cffb1bffb491fd355 (diff)
downloadaur-b886eb53e939b008a3841f85c5f77a377b5a84ab.tar.gz
Making adjustment to desktop file suggested in comments
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--nyaovim.desktop2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52a9d2f842b6..4898961855ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jun 4 04:32:48 UTC 2016
+# Fri Jul 22 00:42:18 UTC 2016
pkgbase = nyaovim
pkgdesc = Neovim frontend built on Electron
pkgver = 0.0.19
- pkgrel = 2
+ pkgrel = 3
url = https://www.npmjs.com/package/nyaovim
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = nyaovim
source = http://registry.npmjs.org/nyaovim/-/nyaovim-0.0.19.tgz
source = nyaovim.desktop
sha256sums = cd29cee59ef904da12bb3789b391cc28fac22a7936f205d07ecdea6ee53324e0
- sha256sums = 5dd8dc38f332ee035743f61cae390b50a5c5b94c6a7a448cd4afe28042d0712c
+ sha256sums = 2c3472c6471e4ddedd524f36fd84b76156090d1caca1e70e65fbad5ace859b82
pkgname = nyaovim
diff --git a/PKGBUILD b/PKGBUILD
index 28cac5210a29..e241643ec088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nyaovim
pkgver=0.0.19
-pkgrel=2
+pkgrel=3
pkgdesc="Neovim frontend built on Electron"
arch=(any)
url="https://www.npmjs.com/package/nyaovim"
@@ -12,7 +12,7 @@ makedepends=('npm')
source=("http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz"
"$pkgname.desktop")
sha256sums=('cd29cee59ef904da12bb3789b391cc28fac22a7936f205d07ecdea6ee53324e0'
- '5dd8dc38f332ee035743f61cae390b50a5c5b94c6a7a448cd4afe28042d0712c')
+ '2c3472c6471e4ddedd524f36fd84b76156090d1caca1e70e65fbad5ace859b82')
noextract=("$pkgname-$pkgver.tgz")
package() {
diff --git a/nyaovim.desktop b/nyaovim.desktop
index 3e2fc2c8a142..f96ebcd82c2f 100644
--- a/nyaovim.desktop
+++ b/nyaovim.desktop
@@ -2,7 +2,7 @@
Name=Nyaovim
GenericName=Nyaovim
Comment=Web-enhanced Extensible Neovim Frontend
-Exec=nyaovim
+Exec=nyaovim %F
Icon=/usr/lib/node_modules/nyaovim/resources/icon/nyaovim-logo.png
Terminal=false
Type=Application