summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-01-29 21:40:50 +1000
committerMark Blakeney2018-01-29 21:40:50 +1000
commitf525a5c7b422350d057dfb1419b0e54725c67505 (patch)
tree33f92eb2cb2203f711e790e2213bae5f9981fd44
parentd5a3c5c6a336a8eb1f5c34452131fa3b3cbaf41d (diff)
downloadaur-f525a5c7b422350d057dfb1419b0e54725c67505.tar.gz
Update to 1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4459b8f5a7f3..4c862ef2fa8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vim-plugins-profiler
pkgdesc = Utility to output a sorted list of VIM plugin startup times in millisec.
- pkgver = 1.5
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/bulletmark/vim-plugins-profiler
arch = any
license = GPL3
depends = python
- source = vim-plugins-profiler-1.5.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.5.tar.gz
- md5sums = 37a35d7e908adf318253a91d1bba7b91
+ source = vim-plugins-profiler-1.5.1.tar.gz::https://github.com/bulletmark/vim-plugins-profiler/archive/1.5.1.tar.gz
+ md5sums = d9ea1e144bed57865f7734dee60e90f9
pkgname = vim-plugins-profiler
diff --git a/PKGBUILD b/PKGBUILD
index b4ea40051d27..83084afd67af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=vim-plugins-profiler
-pkgver=1.5
+pkgver=1.5.1
pkgrel=1
pkgdesc="Utility to output a sorted list of VIM plugin startup times in millisec."
url="https://github.com/bulletmark/$pkgname"
@@ -8,7 +8,7 @@ license=("GPL3")
arch=("any")
depends=("python")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('37a35d7e908adf318253a91d1bba7b91')
+md5sums=('d9ea1e144bed57865f7734dee60e90f9')
package() {
cd "$pkgname-$pkgver"