summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxionl2018-06-22 17:05:13 +0800
committeraxionl2018-06-22 17:05:13 +0800
commitf81af194a35dbb00104ac645609b027e36eaa088 (patch)
tree35c08cd28d67ed543dd2af081dfee0f0fbe41f04
parent8f5ac258db384df368a46fbea3894c5aaf0cf1f1 (diff)
downloadaur-f81af194a35dbb00104ac645609b027e36eaa088.tar.gz
[Update] oni-bin: Pre-lease v0.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD6
3 files changed, 27 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c734f18eb7d3..0e1fa71205e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oni-bin
pkgdesc = Oni: Modern Modal Editing - powered by Neovim.
- pkgver = 0.3.4
+ pkgver = 0.3.5
pkgrel = 1
url = https://github.com/onivim/oni
arch = x86_64
@@ -52,8 +52,8 @@ pkgbase = oni-bin
sha256sums = 396c174850dcabb2add952767fd35b860d5e368a75efba4576b8a0efdc8ea719
sha256sums = 5465269347564615deae17f69e3b11307082f886086ea523d0c09c4661d3e1f2
sha256sums = 72420b6c8588df601b973b715fc88f3d9e4d75ce53b633abff8c7ff848aed59a
- source_x86_64 = https://github.com/onivim/oni/releases/download/v0.3.4/Oni-0.3.4-x64-linux.tar.gz
- sha256sums_x86_64 = 61db303d270dac8d6fa34afdb3512a0027b8e7d67b1ff94e8c6f266bb17b58ea
+ source_x86_64 = https://github.com/onivim/oni/releases/download/v0.3.5/Oni-0.3.5-x64-linux.tar.gz
+ sha256sums_x86_64 = 97b6bbf91ed17b635ca0a9a65e55d1229080ce36a0bac196456f07811c3415af
pkgname = oni-bin
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..a8fc85148989
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2016
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index c373716cbae0..a0f71afcb2db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Terje Larsen <terlar@gmail.com>
# Maintainer: Ariel AxionL <axionl@aosc.io>
pkgname=oni-bin
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
pkgdesc='Oni: Modern Modal Editing - powered by Neovim.'
arch=('x86_64')
@@ -40,8 +40,8 @@ sha256sums=('a446f219aabe3667850444bbd5f11b7e931889b4d5dbf3bc074fe00f25f1124c'
'396c174850dcabb2add952767fd35b860d5e368a75efba4576b8a0efdc8ea719'
'5465269347564615deae17f69e3b11307082f886086ea523d0c09c4661d3e1f2'
'72420b6c8588df601b973b715fc88f3d9e4d75ce53b633abff8c7ff848aed59a')
+sha256sums_x86_64=('97b6bbf91ed17b635ca0a9a65e55d1229080ce36a0bac196456f07811c3415af')
-sha256sums_x86_64=('61db303d270dac8d6fa34afdb3512a0027b8e7d67b1ff94e8c6f266bb17b58ea')
package() {
# Create path
@@ -59,4 +59,4 @@ package() {
for i in 16x16 32x32 64x64 128x128 256x256 512x512; do
install -Dm644 $i.png $pkgdir/usr/share/icons/hicolor/$i/apps/oni.png
done
-} \ No newline at end of file
+}