summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rebischke2018-05-11 19:51:01 +0200
committerChristian Rebischke2018-05-11 19:51:01 +0200
commit47cecfd39dcc41c7e2e60efa637528ec0afaeaf0 (patch)
treeea1ba4b6c06f6f274aaa21370dfd0ee81742d3d9
parentbd754fe2a4204452c0cd71c5ee2d92801ab0b3e2 (diff)
downloadaur-47cecfd39dcc41c7e2e60efa637528ec0afaeaf0.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a3e4a3c80da..fa47588c07a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = vim-devicons
pkgdesc = Adds file type glyphs/icons to many popular Vim plugins such as: NERDTree, vim-airline, unite, vim-startify and many more
- pkgver = 0.9.3
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/ryanoasis/vim-devicons
arch = any
groups = vim-plugins
license = MIT
depends = vim
- source = vim-devicons-0.9.3.tar.gz::https://github.com/ryanoasis/vim-devicons/archive/v0.9.3.tar.gz
- sha512sums = a078a084dbcc5325da2468ebbe9a50d55eeade8a469e02929811d005e93c50b1fc2eb3df6a319b09c683540bd8ffaede1014b1bab98b25cedf1999530b89734e
+ source = vim-devicons-0.10.0.tar.gz::https://github.com/ryanoasis/vim-devicons/archive/v0.10.0.tar.gz
+ sha512sums = 5656cf871aa6c7e0c1d4277584ec53b752027d326a72a514c7993889817087ce25642c04817ff534f72cf9b292efe5bb6bcb40f59fc0bd8ff4b954bff8ba40d0
pkgname = vim-devicons
diff --git a/PKGBUILD b/PKGBUILD
index 11f35996c590..8fd81442a0f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
pkgname=vim-devicons
-pkgver=0.9.3
+pkgver=0.10.0
pkgrel=1
pkgdesc='Adds file type glyphs/icons to many popular Vim plugins such as: NERDTree, vim-airline, unite, vim-startify and many more'
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('vim')
groups=('vim-plugins')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ryanoasis/vim-devicons/archive/v${pkgver}.tar.gz")
-sha512sums=('a078a084dbcc5325da2468ebbe9a50d55eeade8a469e02929811d005e93c50b1fc2eb3df6a319b09c683540bd8ffaede1014b1bab98b25cedf1999530b89734e')
+sha512sums=('5656cf871aa6c7e0c1d4277584ec53b752027d326a72a514c7993889817087ce25642c04817ff534f72cf9b292efe5bb6bcb40f59fc0bd8ff4b954bff8ba40d0')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"