summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Ramos2017-04-14 17:00:59 -0400
committerRandy Ramos2017-04-14 17:00:59 -0400
commit7f9b285bdae8d0491179f7b5d3808cab9052103f (patch)
treeceac8d86079588ba807929e46d849126e89fc085
parentd3b051f65bf82ca006afb74c58a6d8f3af26854b (diff)
downloadaur-7f9b285bdae8d0491179f7b5d3808cab9052103f.tar.gz
Adopted package and updated to v1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 899a72f87aab..49c970dd6cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sat Feb 6 08:13:48 UTC 2016
pkgbase = neovim-jellybeans
pkgdesc = Colorful, dark color scheme, inspired by ir_black and twilight
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/nanotech/jellybeans.vim
arch = any
groups = neovim-plugins
license = MIT
depends = neovim
- source = https://github.com/nanotech/jellybeans.vim/archive/v1.5.zip
- sha256sums = f4399b3230ca52b966e1a99370b38420dd2b0db02dac8c8606b43b00850603ed
+ source = https://github.com/nanotech/jellybeans.vim/archive/v1.6.zip
+ sha256sums = 51cf6fab89ed5566a684717276daf069e18df416c72e354c237b9d7fc7960ed2
pkgname = neovim-jellybeans
diff --git a/PKGBUILD b/PKGBUILD
index 4b752fed0935..1c3d5d3835b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
-# Maintainer: Masoud Naservand <relive.mn@gmail.com>
-# Contributor: Alexander Rødseth <rodseth@gmail.com>
+# Maintainer: Randy Ramos <rramos1295@gmail.com>
pkgname='neovim-jellybeans'
_name=jellybeans.vim
-pkgver=1.5
+pkgver=1.6
pkgrel=1
pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
arch=('any')
@@ -13,10 +12,10 @@ license=('MIT')
groups=('neovim-plugins')
depends=('neovim')
source=("https://github.com/nanotech/$_name/archive/v$pkgver.zip")
-sha256sums=('f4399b3230ca52b966e1a99370b38420dd2b0db02dac8c8606b43b00850603ed')
+sha256sums=('51cf6fab89ed5566a684717276daf069e18df416c72e354c237b9d7fc7960ed2')
prepare() {
- head -41 "$_name-$pkgver/colors/$_name" | tail -21 | cut -b2- > LICENSE
+ head -56 "$_name-$pkgver/colors/$_name" | tail -24 | cut -b2- > LICENSE
}
package() {
@@ -25,4 +24,3 @@ package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-# vim:set ts=2 sw=2 et: