summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmadeus2017-10-09 21:43:44 -0300
committerAmadeus2017-10-09 21:43:44 -0300
commitbcfeff9a91c9fbedab85e76e0bde87b914a5efa7 (patch)
tree767193467f4c2fe98e7591236143489f114c3646
parentdef5b0e8b09b5ec3443ef07953489394fd01f607 (diff)
downloadaur-bcfeff9a91c9fbedab85e76e0bde87b914a5efa7.tar.gz
Bump to 0.2.12-1
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD10
-rw-r--r--oni.desktop2
4 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7f010fc15d8..6b201e170111 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = oni
pkgdesc = An IDE built around Neovim
- pkgver = 0.2.10
+ pkgver = 0.2.12
pkgrel = 1
- url = https://github.com/extr0py/oni
+ url = https://github.com/bryphe/oni
arch = any
license = MIT
makedepends = tar
@@ -10,13 +10,13 @@ pkgbase = oni
depends = neovim-git
depends = gconf
depends = libxss
- source = https://github.com/extr0py/oni/releases/download/v0.2.10-recovery/Oni-0.2.10-linux.tar.gz
+ source = https://github.com/bryphe/oni/releases/download/v0.2.12/Oni-0.2.12-linux.tar.gz
source = oni.sh
source = oni.desktop
source = icons.tar.gz
- sha256sums = 678bd1e7b555a57ec2b55753c8532740b976ac895dc912c62068da084f971225
+ sha256sums = 9965e87fa143d203dd97bf37606793b9964b613d69fb2eeb73e85a7cf5301610
sha256sums = 72a945d501f33cfc2fd0d8e832942ba75c09518abd2248973c4df461c3229aee
- sha256sums = edcda81d04ba34f5196d298e6848798f4bf5c6a00132a1fd9f6832d4cf120a3a
+ sha256sums = 72420b6c8588df601b973b715fc88f3d9e4d75ce53b633abff8c7ff848aed59a
sha256sums = 9b09686c82ac5670ece59608288ab2124ee3147d404b77ac58c6ba332a6a148a
pkgname = oni
diff --git a/.gitignore b/.gitignore
index 0d194d2b3c8c..d59433a899a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
oni-*.tar.xz
oni-*.tar.gz
+Oni-*.tar.xz
+Oni-*.tar.gz
icons/
pkg/
diff --git a/PKGBUILD b/PKGBUILD
index d1c32558d624..c7bf887cedb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Amadeus Folego <amadeusfolego@gmail.com>
# Maintainer: Terje Larsen <terlar@gmail.com>
pkgname=oni
-pkgver=0.2.10
+pkgver=0.2.12
pkgrel=1
pkgdesc='An IDE built around Neovim'
arch=(any)
-url="https://github.com/extr0py/oni"
+url="https://github.com/bryphe/oni"
license=('MIT')
depends=('nodejs' 'neovim-git' 'gconf' 'libxss')
makedepends=('tar')
-source=("https://github.com/extr0py/${pkgname}/releases/download/v${pkgver}-recovery/Oni-${pkgver}-linux.tar.gz"
+source=("https://github.com/bryphe/${pkgname}/releases/download/v${pkgver}/Oni-${pkgver}-linux.tar.gz"
"oni.sh"
"oni.desktop"
"icons.tar.gz")
-sha256sums=('678bd1e7b555a57ec2b55753c8532740b976ac895dc912c62068da084f971225'
+sha256sums=('9965e87fa143d203dd97bf37606793b9964b613d69fb2eeb73e85a7cf5301610'
'72a945d501f33cfc2fd0d8e832942ba75c09518abd2248973c4df461c3229aee'
- 'edcda81d04ba34f5196d298e6848798f4bf5c6a00132a1fd9f6832d4cf120a3a'
+ '72420b6c8588df601b973b715fc88f3d9e4d75ce53b633abff8c7ff848aed59a'
'9b09686c82ac5670ece59608288ab2124ee3147d404b77ac58c6ba332a6a148a')
package() {
diff --git a/oni.desktop b/oni.desktop
index c69ce84b7275..3f412530d29b 100644
--- a/oni.desktop
+++ b/oni.desktop
@@ -6,7 +6,7 @@ Exec=oni %F
TryExec=oni
Terminal=false
Type=Application
-MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
+MimeType=text/english;text/plain;text/markdown;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;text/x-ruby;text/x-python;
Icon=oni
Categories=Utility;TextEditor;
Keywords=Text;Editor;Neovim